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.
2 parents 9b7b1e6 + 3f1dbe7 commit a749bebCopy full SHA for a749beb
setup.cfg
@@ -1,3 +1,6 @@
1
+[bdist_wheel]
2
+universal = 1
3
+
4
[metadata]
5
license_file = NOTICE
6
setup.py
@@ -130,6 +130,7 @@ def read(*names, **kwargs):
130
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
131
'Programming Language :: Python',
132
'Programming Language :: Python :: 2.7',
133
+ 'Programming Language :: Python :: 3.6',
134
'Topic :: Utilities',
135
],
136
keywords=[
0 commit comments