Skip to content
Snippets Groups Projects
Commit 3cbd9020 authored by MJB's avatar MJB
Browse files

Correct error in setup.py

parent 2320aa66
Branches buttons!
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@
scripts/* text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
\ No newline at end of file
*.jpg binary
*.build-config/
*.pytest_cache/
\ No newline at end of file
......@@ -7,7 +7,7 @@ def read(fname):
setup(
name = "clmctest",
#version = read('.build-config/git-commit-version'),
version = "SNAPSHOT"
version = "SNAPSHOT",
author = "Michael Boniface",
author_email = "mjb@it-innovation.soton.ac.uk",
description = "FLAME CLMC Testing Module",
......
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