commit
2861462784
1 changed files with 10 additions and 0 deletions
10
setup.py
Normal file
10
setup.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
setup(
|
||||||
|
name='py_arkose_generator',
|
||||||
|
packages=find_packages(),
|
||||||
|
install_requires=["mmh3"],
|
||||||
|
)
|
Loading…
Add table
Reference in a new issue