Commit 3994b2d9 authored by Jérome Perrin's avatar Jérome Perrin Committed by Léo-Paul Géneau

erp5/test: setup.py cleanup

parent 1f6f9899
......@@ -33,7 +33,7 @@ with open("README.md") as f:
setup(name=name,
version=version,
description="Test for SlapOS' ERP5 software releae",
description="Test for SlapOS' ERP5 software release",
long_description=long_description,
long_description_content_type='text/markdown',
maintainer="Nexedi",
......@@ -52,6 +52,5 @@ setup(name=name,
'cryptography',
'pyOpenSSL',
],
zip_safe=True,
test_suite='test',
)
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