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 86817d4 + 9192555 commit 8c81d96Copy full SHA for 8c81d96
docs/release-howto.rst
@@ -16,6 +16,6 @@ How To Make A Release
16
17
6. Upload release to pypi.python.org
18
19
- python setup.py sdist upload
+ python setup.py sdist bdist_wheel upload
20
21
7. Create a new release on https://github.com/python-cas/python-cas/releases
setup.cfg
@@ -0,0 +1,5 @@
1
+[bdist_wheel]
2
+universal = 1
3
+
4
+[metadata]
5
+license_file = LICENSE.txt
0 commit comments