Update setup.py
This commit is contained in:
parent
0f350166ec
commit
b9558e49c1
1 changed files with 5 additions and 2 deletions
7
setup.py
7
setup.py
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import setuptools
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
if __name__ == "__main__":
|
||||
setuptools.setup()
|
||||
setup(
|
||||
name='py_arkose_generator',
|
||||
packages=find_packages(),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue