Move script file

This commit is contained in:
Tim Schubert 2018-08-20 15:42:48 +02:00
parent 22707b03c1
commit ae1eff6e4b
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ setup(
install_requires=[
'python-gitlab',
],
scripts=['bin/abgabesystem'],
setup_requires=["pytest-runner"],
tests_require=["pytest"],
scripts=['src/bin/abgabesystem'],
zip_safe=False,
license='GPLv3')