Commit 3759e384 by Sébastien Eustace

Fix setup building for sdist

parent e71c3e86
...@@ -24,7 +24,7 @@ from setuptools import setup ...@@ -24,7 +24,7 @@ from setuptools import setup
{before} {before}
setup( setup(
name={name!r}, name={name!r},
version={version!r} version={version!r},
description={description!r}, description={description!r},
author={author!r}, author={author!r},
author_email={author_email!r}, author_email={author_email!r},
......
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