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 8b55afd commit 25a7169Copy full SHA for 25a7169
setup.py
@@ -0,0 +1,7 @@
1
+import os
2
+
3
+if os.environ.get("READTHEDOCS") == "True":
4
+ from distutils.core import setup
5
+else:
6
+ from setuptools import setup
7
0 commit comments