Improves discovery of modules
This commit is contained in:
parent
ae1eff6e4b
commit
34e31e67e1
2 changed files with 6 additions and 5 deletions
5
setup.py
5
setup.py
|
@ -1,4 +1,4 @@
|
|||
from setuptools import setup, find_packages
|
||||
from setuptools import setup, find_namespace_packages
|
||||
|
||||
setup(
|
||||
name='abgabesystem',
|
||||
|
@ -9,7 +9,8 @@ setup(
|
|||
url='https://ips1.ibr.cs.tu-bs.de/abgabesystem/abgabesystem',
|
||||
author='Tim Schubert',
|
||||
author_email='abgabesystem@timschubert.net',
|
||||
packages=find_packages(),
|
||||
package_dir={'': 'src'},
|
||||
packages=find_namespace_packages(where='src'),
|
||||
install_requires=[
|
||||
'python-gitlab',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue