do not need package data for this
parent
908420937f
commit
b55df2c198
1
setup.py
1
setup.py
|
@ -19,5 +19,4 @@ setup(
|
||||||
keywords='community',
|
keywords='community',
|
||||||
packages=['tildetown'],
|
packages=['tildetown'],
|
||||||
install_requires = ['pyhocon==0.3.10', 'sh==1.11', 'Flask==0.10.1', 'requests==2.7.0'],
|
install_requires = ['pyhocon==0.3.10', 'sh==1.11', 'Flask==0.10.1', 'requests==2.7.0'],
|
||||||
include_package_data = True,
|
|
||||||
)
|
)
|
||||||
|
|
Reference in New Issue