Added requires files to MANIFEST.in and setup.py

fix_request_path_info
Diederik van der Boor 2012-07-13 10:58:33 +02:00
parent b2e308d30c
commit 0950b86ca9
2 changed files with 5 additions and 2 deletions

View File

@ -2,4 +2,4 @@ include README.rst
include LICENSE
include DOCS.rst
include CHANGES.rst
recursive-include polymorphic/templates/ *.html

View File

@ -8,7 +8,10 @@ setup(
author_email = 'bert.constantin@gmx.de',
maintainer = 'Christopher Glass',
maintainer_email = 'tribaal@gmail.com',
packages = [ 'polymorphic' ],
packages = [
'polymorphic',
'polymorphic.templatetags',
],
classifiers=[
'Framework :: Django',
'Intended Audience :: Developers',