Skip to content

Commit 0d72be8

Browse files
authored
add setup.py (#39)
1 parent 37bc5f9 commit 0d72be8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import site, sys, setuptools
2+
3+
if __name__ == '__main__':
4+
# https://github.com/pypa/pip/issues/7953#issuecomment-645133255
5+
site.ENABLE_USER_SITE = "--user" in sys.argv[1:]
6+
setuptools.setup()

0 commit comments

Comments
 (0)