Skip to content

Commit b959539

Browse files
committed
Do not make wheel universal
Also include more license files Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 2e48dca commit b959539

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

setup.cfg

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
[wheel]
2-
universal=1
3-
41
[metadata]
5-
license_file = apache-2.0.LICENSE
2+
license_files =
3+
apache-2.0.LICENSE
4+
NOTICE
5+
AUTHORS.rst
6+
CHANGELOG.rst
67
name = skeleton
78
author = nexB. Inc. and others
89
author_email = info@aboutcode.org
10+
license = Apache-2.0
11+
12+
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
913
description = skeleton
1014
long_description = file:README.rst
1115
url = https://github.com/nexB/skeleton
@@ -17,6 +21,7 @@ classifiers =
1721
Topic :: Software Development
1822
Topic :: Utilities
1923
keywords =
24+
utilities
2025

2126
[options]
2227
package_dir=

0 commit comments

Comments
 (0)