diff --git a/.gitattributes b/.gitattributes
index 3717e43ef0423d7a71be063dbffea321469df977..2244894dcc56019add4c4be65ad674158dccf045 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 2b4d7e83eae3d164a2a2ad2d31c9dd5048e6943a..7eb4dc603a0e6bef515aabd74442eab2f690111d 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",