forked from github/pelican
restore back to hardcoded version in setup.py due to import hell
This commit is contained in:
parent
3dcedb60d8
commit
8b846b9fe2
1 changed files with 2 additions and 4 deletions
6
setup.py
6
setup.py
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
|
||||
from pelican import __version__
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'pytz']
|
||||
|
||||
try:
|
||||
|
|
@ -16,12 +14,12 @@ entry_points = {
|
|||
'pelican-import = pelican.tools.pelican_import:main',
|
||||
'pelican-quickstart = pelican.tools.pelican_quickstart:main',
|
||||
'pelican-themes = pelican.tools.pelican_themes:main'
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
setup(
|
||||
name = "pelican",
|
||||
version = __version__,
|
||||
version = "3.0",
|
||||
url = 'http://pelican.notmyidea.org/',
|
||||
author = 'Alexis Metaireau',
|
||||
author_email = 'alexis@notmyidea.org',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue