Create setup.py
This commit is contained in:
parent
8b52d08f35
commit
0f350166ec
1 changed files with 6 additions and 0 deletions
6
setup.py
Normal file
6
setup.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import setuptools
|
||||
|
||||
if __name__ == "__main__":
|
||||
setuptools.setup()
|
Loading…
Add table
Reference in a new issue