Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
29dd2f62
authored
Sep 07, 2010
by
Jannis Leidel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated manifest template to be sure to ship the locale files correctly.
parent
a0112790
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
MANIFEST.in
+3
-0
setup.py
+7
-0
No files found.
MANIFEST.in
0 → 100644
View file @
29dd2f62
include taggit/contrib/suggest/README.txt
recursive-include docs *.txt
recursive-include taggit/locale *
setup.py
View file @
29dd2f62
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment