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 6c3b68b commit 04a6a53Copy full SHA for 04a6a53
setup.cfg
@@ -1,2 +1,6 @@
1
[metadata]
2
description-file = README.md
3
+
4
+[bdist_wheel]
5
+# This flag says to generate wheels that support both Python 2 and Python 3.
6
+universal = 1
0 commit comments