Remove package_data from setup script

Doesn't bring anything as these infos are
already in the manifest file
This commit is contained in:
0livd 2017-06-23 19:48:03 +02:00
parent 3281e755c3
commit 3316d9a15c

View file

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