Change project layout

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-05-10 13:16:28 +02:00
parent 9e1c8cfddd
commit 90835ece58
12 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
-e .
pytest==4.2.0
pytest-flakes==4.0.0

View File

@@ -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'}
)

View File