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 4400ecb + 4ad9701 commit bbf20abCopy full SHA for bbf20ab
setup.py
@@ -1,5 +1,7 @@
1
from setuptools import setup
2
3
setup(
4
+ # This is required to ensure the library name includes the python version, abi, and platform tags
5
+ # See issue #350 for more information
6
has_ext_modules=lambda: True,
7
)
0 commit comments