Skip to content

Commit 57fe909

Browse files
committed
make setup-cfg-fmt happy
1 parent 5944771 commit 57fe909

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[metadata]
2+
name = attr: setup.name
23
version = attr: makeclean.__version__
34
description = remove lists of files and folders
45
long_description = file: README.md
@@ -7,6 +8,7 @@ url = https://github.com/Cube707/python-makeclean
78
author = Jan Wille
89
author_email = [email protected]
910
license = MIT
11+
license_file = LICENCE
1012
license_files = LICENCE
1113
classifiers =
1214
Development Status :: 3 - Alpha
@@ -27,13 +29,13 @@ project_urls =
2729
Source Code = https://github.com/Cube707/python-makeclean
2830

2931
[options]
30-
python_requires = >=3.10
31-
package_dir =
32-
= src
3332
install_requires =
3433
click
3534
setuptools
3635
wheel
36+
python_requires = >=3.10
37+
package_dir =
38+
= src
3739

3840
[options.entry_points]
3941
console_scripts =

0 commit comments

Comments
 (0)