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 1
1
[metadata]
2
- license_files =
3
- apache-2.0.LICENSE
4
- NOTICE
5
- AUTHORS.rst
6
- CHANGELOG.rst
7
2
name = skeleton
8
- author = nexB. Inc. and others
9
- author_email = info@aboutcode.org
10
3
license = Apache-2.0
11
4
12
5
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
13
6
description = skeleton
14
7
long_description = file:README.rst
15
8
url = https://github.com/nexB/skeleton
9
+
10
+ author = nexB. Inc. and others
11
+ author_email = info@aboutcode.org
12
+
16
13
classifiers =
17
14
Development Status :: 5 - Production/Stable
18
15
Intended Audience :: Developers
19
16
Programming Language :: Python :: 3
20
17
Programming Language :: Python :: 3 :: Only
21
18
Topic :: Software Development
22
19
Topic :: Utilities
20
+
23
21
keywords =
24
22
utilities
25
23
24
+ license_files =
25
+ apache-2.0.LICENSE
26
+ NOTICE
27
+ AUTHORS.rst
28
+ CHANGELOG.rst
29
+
26
30
[options]
27
- package_dir =
31
+ package_dir =
28
32
=src
29
- packages = find:
33
+ packages = find:
30
34
include_package_data = true
31
35
zip_safe = false
32
- install_requires =
36
+
33
37
setup_requires = setuptools_scm[toml] >= 4
34
38
39
+ python_requires = >=3.6.*
40
+
41
+ install_requires =
42
+
43
+
35
44
[options.packages.find]
36
- where =src
45
+ where = src
46
+
37
47
38
48
[options.extras_require]
39
49
testing =
40
50
pytest >= 6, != 7.0.0
41
51
pytest-xdist >= 2
52
+ aboutcode-toolkit >= 6.0.0
42
53
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