From b55df2c1981323809d5859641fdac40e550bc533 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Mon, 5 Oct 2015 20:24:13 +0000 Subject: [PATCH] do not need package data for this --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index de93259..10a51df 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,4 @@ setup( keywords='community', packages=['tildetown'], install_requires = ['pyhocon==0.3.10', 'sh==1.11', 'Flask==0.10.1', 'requests==2.7.0'], - include_package_data = True, )