Update setup.py

This commit is contained in:
H Lohaus 2023-11-11 10:02:49 +01:00 committed by GitHub
parent b9558e49c1
commit 2ab0a8b144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,5 @@ if __name__ == "__main__":
setup(
name='py_arkose_generator',
packages=find_packages(),
install_requires=["mmh3"],
)