We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aa216 commit ebde11bCopy full SHA for ebde11b
setup.cfg
@@ -1,3 +1,9 @@
1
+;Marking a wheel as universal with "universal = 1" was deprecated
2
+;in Setuptools 75.1.0. Setting "python_tag = py2.py3" should do
3
+;the equivalent on Setuptools 30.3.0 or later.
4
+;
5
+;https://github.com/pypa/setuptools/pull/4617
6
+;https://github.com/pypa/setuptools/pull/4939
7
8
[bdist_wheel]
-universal = 1
-
9
+python_tag = py2.py3
0 commit comments