aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 31fd889..573adb4 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -31,11 +31,7 @@ setup(author="Frederick M. Muriithi",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
name="GeneNetwork-Auth",
- packages=[
- "gn_auth",
- "gn_auth.auth",
- "tests"
- ],
+ package_dir = {'': "gn_auth"},
url="https://github.com/genenetwork/gn-auth",
version="0.0.0",
tests_require=["pytest", "hypothesis"],