setup.py: also install module

main
parent 8959ab3189
commit 783ffda612
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -31,6 +31,7 @@ setup(
url="https://gitlab.mister-muffin.de/josch/plakativ", url="https://gitlab.mister-muffin.de/josch/plakativ",
download_url="https://gitlab.mister-muffin.de/josch/plakativ/repository/" download_url="https://gitlab.mister-muffin.de/josch/plakativ/repository/"
"archive.tar.gz?ref=" + VERSION, "archive.tar.gz?ref=" + VERSION,
py_modules=['plakativ'],
test_suite="tests.test_suite", test_suite="tests.test_suite",
zip_safe=True, zip_safe=True,
include_package_data=True, include_package_data=True,

Loading…
Cancel
Save