Skip to content
Snippets Groups Projects
Commit c5f25305 authored by Bruno Morgado's avatar Bruno Morgado
Browse files

increase redability

parent de107da7
Branches
Tags
No related merge requests found
...@@ -13,7 +13,8 @@ exec(open(release_filename).read()) ...@@ -13,7 +13,8 @@ exec(open(release_filename).read())
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else [] pytest_runner = ['pytest-runner'] if needs_pytest else []
setuptools.setup(name=name, setuptools.setup(
name=name,
description=description, description=description,
version=version, version=version,
author=author, author=author,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment