... | ... |
@@ -3,15 +3,3 @@ license_file = LICENSE |
3 | 3 |
|
4 | 4 |
[pep8] |
5 | 5 |
ignore=W503,E124 |
6 |
- |
|
7 |
-# See the docstring in versioneer.py for instructions. Note that you must |
|
8 |
-# re-run 'versioneer.py setup' after changing this section, and commit the |
|
9 |
-# resulting files. |
|
10 |
-[versioneer] |
|
11 |
-VCS = git |
|
12 |
-style = pep440 |
|
13 |
-versionfile_source = nord/_version.py |
|
14 |
-versionfile_build = nord/_version.py |
|
15 |
-tag_prefix = |
|
16 |
-parentdir_prefix = nord- |
|
17 |
- |
... | ... |
@@ -1,8 +1,11 @@ |
1 | 1 |
|
2 |
+ |
|
3 |
+[metadata] |
|
4 |
+description-file = README.rst |
|
5 |
+ |
|
2 | 6 |
# See the docstring in versioneer.py for instructions. Note that you must |
3 | 7 |
# re-run 'versioneer.py setup' after changing this section, and commit the |
4 | 8 |
# resulting files. |
5 |
- |
|
6 | 9 |
[versioneer] |
7 | 10 |
VCS = git |
8 | 11 |
style = pep440 |
Versioneer is quite big, but it is the simplest solution in terms
of installation.
Closes #10
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+ |
|
2 |
+# See the docstring in versioneer.py for instructions. Note that you must |
|
3 |
+# re-run 'versioneer.py setup' after changing this section, and commit the |
|
4 |
+# resulting files. |
|
5 |
+ |
|
6 |
+[versioneer] |
|
7 |
+VCS = git |
|
8 |
+style = pep440 |
|
9 |
+versionfile_source = nord/_version.py |
|
10 |
+versionfile_build = nord/_version.py |
|
11 |
+tag_prefix = |
|
12 |
+parentdir_prefix = nord- |
|
13 |
+ |