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 5bd1af9 commit 5e94b0cCopy full SHA for 5e94b0c
setup.cfg
@@ -1,5 +1,12 @@
1
[easy_install]
2
zip_ok = false
3
4
+;Marking a wheel as universal with "universal = 1" was deprecated
5
+;in Setuptools 75.1.0. Setting "python_tag = py2.py3" should do
6
+;the equivalent on Setuptools 30.3.0 or later.
7
+;
8
+;https://github.com/pypa/setuptools/pull/4617
9
+;https://github.com/pypa/setuptools/pull/4939
10
11
[bdist_wheel]
-universal = 1
12
+python_tag = py2.py3
0 commit comments