Fixing the python and js packaging

This commit is contained in:
Maxime Beauchemin
2016-03-10 01:35:20 -05:00
parent 370c5af425
commit e2cd14d320
11 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.7.1'
version = '0.8.0'
setup(
name='panoramix',
@@ -9,10 +9,6 @@ setup(
"and druid.io"),
version=version,
packages=find_packages(),
package_data={'': [
'panoramix/migrations/alembic.ini',
'panoramix/data/birth_names.csv.gz',
]},
include_package_data=True,
zip_safe=False,
scripts=['panoramix/bin/panoramix'],