Skip to content

Commit 1e4d3bc

Browse files
committed
Reorg setup sections
This is now organized with more important data first. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 907e540 commit 1e4d3bc

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

setup.cfg

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,58 @@
11
[metadata]
2-
license_files =
3-
apache-2.0.LICENSE
4-
NOTICE
5-
AUTHORS.rst
6-
CHANGELOG.rst
72
name = skeleton
8-
author = nexB. Inc. and others
9-
author_email = info@aboutcode.org
103
license = Apache-2.0
114

125
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
136
description = skeleton
147
long_description = file:README.rst
158
url = https://github.com/nexB/skeleton
9+
10+
author = nexB. Inc. and others
11+
author_email = info@aboutcode.org
12+
1613
classifiers =
1714
Development Status :: 5 - Production/Stable
1815
Intended Audience :: Developers
1916
Programming Language :: Python :: 3
2017
Programming Language :: Python :: 3 :: Only
2118
Topic :: Software Development
2219
Topic :: Utilities
20+
2321
keywords =
2422
utilities
2523

24+
license_files =
25+
apache-2.0.LICENSE
26+
NOTICE
27+
AUTHORS.rst
28+
CHANGELOG.rst
29+
2630
[options]
27-
package_dir=
31+
package_dir =
2832
=src
29-
packages=find:
33+
packages = find:
3034
include_package_data = true
3135
zip_safe = false
32-
install_requires =
36+
3337
setup_requires = setuptools_scm[toml] >= 4
3438

39+
python_requires = >=3.6.*
40+
41+
install_requires =
42+
43+
3544
[options.packages.find]
36-
where=src
45+
where = src
46+
3747

3848
[options.extras_require]
3949
testing =
4050
pytest >= 6, != 7.0.0
4151
pytest-xdist >= 2
52+
aboutcode-toolkit >= 6.0.0
4253
black
43-
docs=
44-
Sphinx>=3.3.1
45-
sphinx-rtd-theme>=0.5.0
46-
doc8>=0.8.1
54+
55+
docs =
56+
Sphinx >= 3.3.1
57+
sphinx-rtd-theme >= 0.5.0
58+
doc8 >= 0.8.1

0 commit comments

Comments
 (0)