Move script file
This commit is contained in:
parent
22707b03c1
commit
ae1eff6e4b
2 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -13,6 +13,8 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-gitlab',
|
'python-gitlab',
|
||||||
],
|
],
|
||||||
scripts=['bin/abgabesystem'],
|
setup_requires=["pytest-runner"],
|
||||||
|
tests_require=["pytest"],
|
||||||
|
scripts=['src/bin/abgabesystem'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
license='GPLv3')
|
license='GPLv3')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue