From 3c54c847b8b24a9e3a85b9e5cdf3428562d913dd Mon Sep 17 00:00:00 2001 From: Philipp Steinhardt Date: Thu, 2 Jul 2015 13:41:26 +0200 Subject: [PATCH] * include .po message catalogs in source distributions * remove include_package_data from setup --- MANIFEST.in | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ddc2005..48f0ac9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ include LICENSE.txt include MANIFEST.in include README.rst include TODO.rst +locale/*/LC_MESSAGES/django.po \ No newline at end of file diff --git a/setup.py b/setup.py index b34b241..40d8e9b 100644 --- a/setup.py +++ b/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'], },