mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Packaging :)
This commit is contained in:
parent
66269f7b17
commit
17cd720433
2 changed files with 2 additions and 1 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
include *.rst
|
||||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue