1
0
Fork 0
forked from github/pelican

Packaging :)

This commit is contained in:
Alexis Metaireau 2010-08-19 14:14:25 +02:00
commit 17cd720433
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include *.rst

View file

@ -15,7 +15,7 @@ setup(
long_description=open('README.rst').read(),
packages = ['pelican'],
package_data = {'pelican': ['themes/templates/*']},
install_requires = requires,
requires = requires,
scripts = ['bin/pelican'],
classifiers = ['Development Status :: 5 - Production/Stable',
'Environment :: Console',