Skip to content

Commit 3f1dbe7

Browse files
Abhishek KashyapAbhishek-Dev09
authored andcommitted
Add classifier of Python 3.6 and make universal wheel
Update classifiers to Python 3.6 in setup.py and make scancode's wheel universal. For more details visit https://packaging.python.org/guides/distributing-packages-using-setuptools/#id74 Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 49189a9 commit 3f1dbe7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[bdist_wheel]
2+
universal = 1
3+
14
[metadata]
25
license_file = NOTICE
36

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def read(*names, **kwargs):
130130
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
131131
'Programming Language :: Python',
132132
'Programming Language :: Python :: 2.7',
133+
'Programming Language :: Python :: 3.6',
133134
'Topic :: Utilities',
134135
],
135136
keywords=[

0 commit comments

Comments
 (0)