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 2138daa commit 71fc790Copy full SHA for 71fc790
setup.py
@@ -0,0 +1,5 @@
1
+from setuptools import setup
2
+
3
+setup(
4
+ has_ext_modules=lambda: True,
5
+)
0 commit comments