зеркало из https://github.com/mozilla/inferno.git
Remove the reference to README.
This commit is contained in:
Родитель
a59a2c32f8
Коммит
7fe88d28e2
2
setup.py
2
setup.py
|
@ -9,7 +9,6 @@ if sys.version_info[:2] < (2, 6):
|
||||||
raise RuntimeError('Requires Python 2.6 or better')
|
raise RuntimeError('Requires Python 2.6 or better')
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
README = open(os.path.join(here, 'README.txt')).read()
|
|
||||||
info = open(os.path.join(here, 'inferno', 'lib', '__init__.py')).read()
|
info = open(os.path.join(here, 'inferno', 'lib', '__init__.py')).read()
|
||||||
VERSION = re.compile(r".*__version__ = '(.*?)'", re.S).match(info).group(1)
|
VERSION = re.compile(r".*__version__ = '(.*?)'", re.S).match(info).group(1)
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@ setup(
|
||||||
name='inferno',
|
name='inferno',
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description=('Inferno: a python map/reduce platform powered by disco.'),
|
description=('Inferno: a python map/reduce platform powered by disco.'),
|
||||||
long_description=README,
|
|
||||||
keywords='inferno discoproject',
|
keywords='inferno discoproject',
|
||||||
author='Chango Inc.',
|
author='Chango Inc.',
|
||||||
author_email='dev@chango.com',
|
author_email='dev@chango.com',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче