mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
4
setup.py
4
setup.py
|
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
from pelican import __version__
|
|
||||||
|
|
||||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'pytz']
|
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'pytz']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
@ -21,7 +19,7 @@ entry_points = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pelican",
|
name = "pelican",
|
||||||
version = __version__,
|
version = "3.0",
|
||||||
url = 'http://pelican.notmyidea.org/',
|
url = 'http://pelican.notmyidea.org/',
|
||||||
author = 'Alexis Metaireau',
|
author = 'Alexis Metaireau',
|
||||||
author_email = 'alexis@notmyidea.org',
|
author_email = 'alexis@notmyidea.org',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue