Commit 29dd2f62 by Jannis Leidel

Updated manifest template to be sure to ship the locale files correctly.

parent a0112790
include taggit/contrib/suggest/README.txt
recursive-include docs *.txt
recursive-include taggit/locale *
......@@ -17,6 +17,13 @@ setup(
author_email='alex.gaynor@gmail.com',
url='http://github.com/alex/django-taggit/tree/master',
packages=find_packages(),
zip_safe=False,
package_data = {
'taggit': [
'locale/*/LC_MESSAGES/*',
'contrib/suggest/README.txt',
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment