Added requires files to MANIFEST.in and setup.py
parent
b2e308d30c
commit
0950b86ca9
|
|
@ -2,4 +2,4 @@ include README.rst
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include DOCS.rst
|
include DOCS.rst
|
||||||
include CHANGES.rst
|
include CHANGES.rst
|
||||||
|
recursive-include polymorphic/templates/ *.html
|
||||||
|
|
|
||||||
5
setup.py
5
setup.py
|
|
@ -8,7 +8,10 @@ setup(
|
||||||
author_email = 'bert.constantin@gmx.de',
|
author_email = 'bert.constantin@gmx.de',
|
||||||
maintainer = 'Christopher Glass',
|
maintainer = 'Christopher Glass',
|
||||||
maintainer_email = 'tribaal@gmail.com',
|
maintainer_email = 'tribaal@gmail.com',
|
||||||
packages = [ 'polymorphic' ],
|
packages = [
|
||||||
|
'polymorphic',
|
||||||
|
'polymorphic.templatetags',
|
||||||
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue