* include .po message catalogs in source distributions

* remove include_package_data from setup
This commit is contained in:
Philipp Steinhardt 2015-07-02 13:41:26 +02:00
parent 5218b483c5
commit 3c54c847b8
2 changed files with 1 additions and 1 deletions

View file

@ -4,3 +4,4 @@ include LICENSE.txt
include MANIFEST.in
include README.rst
include TODO.rst
locale/*/LC_MESSAGES/django.po

View file

@ -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'],
},