Browse code

remove last remnants of versioneer

Joseph Weston authored on 17/08/2018 12:00:06
Showing 1 changed files
... ...
@@ -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
-