Skip to content

Commit 25a7169

Browse files
committed
Added setup.py
1 parent 8b55afd commit 25a7169

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)