Skip to content

Commit 1da49b3

Browse files
committed
chore: Mark wheel as Python 3–only
1 parent 01f5987 commit 1da49b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[bdist_wheel]
2-
# This flag says that the code is written to work on both Python 2 and Python
3-
# 3. If at all possible, it is good practice to do this. If you cannot, you
4-
# will need to generate wheels for each Python version that you support.
5-
universal=1
2+
# Indicates this library is Python 3–only; Python 2 is not supported
3+
universal=0
64

75
[metadata]
86
license_file=LICENSE

0 commit comments

Comments
 (0)