Commit 63563841 authored by Vincent Pelletier's avatar Vincent Pelletier

setup.py: Fix twine warning

parent 039da94e
......@@ -61,6 +61,7 @@ setup(
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description=next(x for x in description.splitlines() if x.strip()),
long_description_content_type='text/x-rst',
long_description=".. contents::\n\n" + description,
author='Vincent Pelletier',
author_email='vincent@nexedi.com',
......
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