Browse code

remove versioneer and use miniver instead

Joseph Weston authored on 24/02/2018 15:47:38
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+# -*- coding: utf-8 -*-
2
+# This file is part of 'miniver': https://github.com/jbweston/miniver
3
+#
4
+# This file will be overwritten by setup.py when a source or binary
5
+# distribution is made.  The magic value "__use_git__" is interpreted by
6
+# version.py.
7
+
8
+version = "__use_git__"
9
+
10
+# These values are only set if the distribution was created with 'git archive'
11
+refnames = "$Format:%D$"
12
+git_hash = "$Format:%h$"