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 2e48dca commit b959539Copy full SHA for b959539
setup.cfg
@@ -1,11 +1,15 @@
1
-[wheel]
2
-universal=1
3
-
4
[metadata]
5
-license_file = apache-2.0.LICENSE
+license_files =
+ apache-2.0.LICENSE
+ NOTICE
+ AUTHORS.rst
6
+ CHANGELOG.rst
7
name = skeleton
8
author = nexB. Inc. and others
9
author_email = [email protected]
10
+license = Apache-2.0
11
+
12
+# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
13
description = skeleton
14
long_description = file:README.rst
15
url = https://github.com/nexB/skeleton
@@ -17,6 +21,7 @@ classifiers =
17
21
Topic :: Software Development
18
22
Topic :: Utilities
19
23
keywords =
24
+ utilities
20
25
26
[options]
27
package_dir=
0 commit comments