mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-17 19:28:28 -05:00
Change project layout
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
-e .
|
||||
pytest==4.2.0
|
||||
pytest-flakes==4.0.0
|
||||
|
||||
3
setup.py
3
setup.py
@@ -6,5 +6,6 @@ setup(
|
||||
description="Galaxy python plugin API",
|
||||
author='Galaxy team',
|
||||
author_email='galaxy@gog.com',
|
||||
packages=find_packages(exclude=["tests"])
|
||||
packages=find_packages("src"),
|
||||
package_dir={'': 'src'}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user