Browse code

'version.py' -> '_version.py'

Bas Nijholt authored on 16/10/2018 11:50:20 • GitHub committed on 16/10/2018 11:50:20
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 #
4 4
 # This file will be overwritten by setup.py when a source or binary
5 5
 # distribution is made.  The magic value "__use_git__" is interpreted by
6
-# version.py.
6
+# _version.py.
7 7
 
8 8
 version = "__use_git__"
9 9
 
Browse code

whitespace fix

Joseph Weston authored on 26/02/2018 10:47:34
Showing 1 changed files
... ...
@@ -8,5 +8,5 @@
8 8
 version = "__use_git__"
9 9
 
10 10
 # These values are only set if the distribution was created with 'git archive'
11
-refnames =  "$Format:%D$"
11
+refnames = "$Format:%D$"
12 12
 git_hash = "$Format:%h$"
Browse code

add attribution at the top of the main files

While the CC0 license means that people can do whatever they
like, I guess people generally won't.

Joseph Weston authored on 22/02/2018 23:44:50
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+# This file is part of 'miniver': https://github.com/jbweston/miniver
3
+#
1 4
 # This file will be overwritten by setup.py when a source or binary
2 5
 # distribution is made.  The magic value "__use_git__" is interpreted by
3 6
 # version.py.
Browse code

initial commit

Joseph Weston authored on 22/02/2018 01:16:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+# This file will be overwritten by setup.py when a source or binary
2
+# distribution is made.  The magic value "__use_git__" is interpreted by
3
+# version.py.
4
+
5
+version = "__use_git__"
6
+
7
+# These values are only set if the distribution was created with 'git archive'
8
+refnames =  "$Format:%D$"
9
+git_hash = "$Format:%h$"