aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2aed3bd..c70a31d 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,