about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 63b5bcc1..1b11acc0 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,8 @@
 from setuptools import setup, find_packages
 
 setup(name='genenetwork2',
-      version='2.0-alpha',
-      packages=find_packages()
+      version='2.0',
+      include_package_data=True,
+      # packages=find_packages()
+      packages=['wqflask']
       )