mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
* include .po message catalogs in source distributions
* remove include_package_data from setup
This commit is contained in:
parent
5218b483c5
commit
3c54c847b8
2 changed files with 1 additions and 1 deletions
|
|
@ -4,3 +4,4 @@ include LICENSE.txt
|
|||
include MANIFEST.in
|
||||
include README.rst
|
||||
include TODO.rst
|
||||
locale/*/LC_MESSAGES/django.po
|
||||
1
setup.py
1
setup.py
|
|
@ -85,7 +85,6 @@ setup(
|
|||
tests_require=["Django>=1.4.2"],
|
||||
test_suite='runtests.runtests',
|
||||
setup_requires=['Django>=1.4.2'],
|
||||
include_package_data=True,
|
||||
package_data = {
|
||||
'model_utils': ['locale/*/LC_MESSAGES/django.po','locale/*/LC_MESSAGES/django.mo'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue