1
0
Fork 0
forked from josch/plakativ

setup.py: also install module

This commit is contained in:
Johannes 'josch' Schauer 2020-03-03 14:38:55 +01:00
parent 8959ab3189
commit 783ffda612
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

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