do not need package data for this

This commit is contained in:
nathaniel smith 2015-10-05 20:24:13 +00:00
parent 908420937f
commit b55df2c198

View File

@ -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,
) )