File tree Expand file tree Collapse file tree 1 file changed +27
-15
lines changed
Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Original file line number Diff line number Diff line change 11[metadata]
2- license_files =
3- apache-2.0.LICENSE
4- NOTICE
5- AUTHORS.rst
6- CHANGELOG.rst
72name = skeleton
8- author = nexB. Inc. and others
9- 103license = Apache-2.0
114
125# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
136description = skeleton
147long_description = file:README.rst
158url = https://github.com/nexB/skeleton
9+
10+ author = nexB. Inc. and others
11+ 12+
1613classifiers =
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+
2321keywords =
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:
3034include_package_data = true
3135zip_safe = false
32- install_requires =
36+
3337setup_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]
3949testing =
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
You can’t perform that action at this time.
0 commit comments