mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Remove package_data from setup script
Doesn't bring anything as these infos are already in the manifest file
This commit is contained in:
parent
3281e755c3
commit
3316d9a15c
1 changed files with 0 additions and 3 deletions
3
setup.py
3
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,
|
||||
|
|
Loading…
Reference in a new issue