We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5944771 commit 57fe909Copy full SHA for 57fe909
setup.cfg
@@ -1,4 +1,5 @@
1
[metadata]
2
+name = attr: setup.name
3
version = attr: makeclean.__version__
4
description = remove lists of files and folders
5
long_description = file: README.md
@@ -7,6 +8,7 @@ url = https://github.com/Cube707/python-makeclean
7
8
author = Jan Wille
9
author_email = [email protected]
10
license = MIT
11
+license_file = LICENCE
12
license_files = LICENCE
13
classifiers =
14
Development Status :: 3 - Alpha
@@ -27,13 +29,13 @@ project_urls =
27
29
Source Code = https://github.com/Cube707/python-makeclean
28
30
31
[options]
-python_requires = >=3.10
-package_dir =
32
- = src
33
install_requires =
34
click
35
setuptools
36
wheel
+python_requires = >=3.10
37
+package_dir =
38
+ = src
39
40
[options.entry_points]
41
console_scripts =
0 commit comments