From 3cbd902017718457ed3eb4f36fdf7a5ce8ba3da4 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 09:34:52 +0100
Subject: [PATCH] Correct error in setup.py

---
 .gitattributes | 4 +++-
 setup.py       | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 3717e43..2244894 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/setup.py b/setup.py
index 2b4d7e8..7eb4dc6 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
-- 
GitLab