Skip to content
Snippets Groups Projects
Commit 982eaaec authored by David Hendriks's avatar David Hendriks
Browse files

fixed bug in setup

parent 1bebba1b
No related branches found
No related tags found
No related merge requests found
......@@ -179,12 +179,12 @@ setup(
name="binarycpython",
version="0.2",
description="""
This is a python API for binary_c (version {})by David Hendriks, Rob Izzard and collaborators.
This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard and collaborators.
Based on the initial set up by Jeff andrews.
It is tested and designed to work for version {}, we can't guarantee proper functioning for other versions
It is tested and designed to work for versions {}, we can't guarantee proper functioning for other versions
If you want to use a different version of binary_c, download and install a different version of this package
""".format(REQUIRED_BINARY_C_VERSION, REQUIRED_BINARY_C_VERSION),
""".format(str(REQUIRED_BINARY_C_VERSIONS), str(REQUIRED_BINARY_C_VERSIONS)),
author="David Hendriks, Robert Izzard and Jeff Andrews",
author_email="davidhendriks93@gmail.com/d.hendriks@surrey.ac.uk,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment