forked from josch/plakativ
setup.py: also install module
This commit is contained in:
parent
8959ab3189
commit
783ffda612
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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…
Reference in a new issue