From 3316d9a15cd7aa03d76b19771b577cfeef50456b Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Fri, 23 Jun 2017 19:48:03 +0200 Subject: [PATCH] Remove package_data from setup script Doesn't bring anything as these infos are already in the manifest file --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 2aed3bd9..c70a31d2 100644 --- a/setup.py +++ b/setup.py @@ -59,9 +59,6 @@ setup(name='ihatemoney', author_email='alexis@notmyidea.org', url='https://github.com/spiral-project/ihatemoney', packages=find_packages(), - package_data={'': ['*.rst', '*.py', '*.yaml', '*.po', '*.mo', '*.html', - '*.css', '*.js', '*.eot', '*.svg', '*.woff', '*.txt', - '*.png', '*.ini', '*.cfg']}, include_package_data=True, zip_safe=False, install_requires=REQUIREMENTS,