aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-06-27 23:11:52 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-06-27 23:11:52 +0200
commit2ad4ef5466fa656b26a89d0c59bfd35bf784a76f (patch)
tree49ad125e99a32406169b4be5bb5540d0f8bbf24c /setup.py
parentce90ff0ffdd1c69ad6bc1367408d7da833c5999b (diff)
downloadihatemoney-mirror-2ad4ef5466fa656b26a89d0c59bfd35bf784a76f.zip
ihatemoney-mirror-2ad4ef5466fa656b26a89d0c59bfd35bf784a76f.tar.gz
ihatemoney-mirror-2ad4ef5466fa656b26a89d0c59bfd35bf784a76f.tar.bz2
Remove unused option in the setup script (#239)
Additionnal files to be distributed along with the sources are already specified in the MANIFEST.in file thus the package_data entry in the setup script can be safely removed
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,