Commit c0f6940d by Sébastien Eustace

Fixing setup.py

parent 342de41c
...@@ -26,7 +26,7 @@ kwargs = dict( ...@@ -26,7 +26,7 @@ kwargs = dict(
license='MIT', license='MIT',
version=__version__, version=__version__,
description='Python dependency management and packaging made easy.', description='Python dependency management and packaging made easy.',
long_description=open('README.rst').read(), long_description=open('README.md').read(),
author='Sébastien Eustace', author='Sébastien Eustace',
author_email='sebastien@eustace.io', author_email='sebastien@eustace.io',
url='https://github.com/sdispater/poetry', url='https://github.com/sdispater/poetry',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment