From c80aa789db3324d91d5ba38a642512167b6a70bc Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 10 Jun 2021 16:04:31 +0200 Subject: [PATCH] Remove lingering versioneer stuff. --- devices/__init__.py | 3 --- devices/setup.cfg | 13 ------------- 2 files changed, 16 deletions(-) delete mode 100644 devices/setup.cfg diff --git a/devices/__init__.py b/devices/__init__.py index e44e9d156..e69de29bb 100644 --- a/devices/__init__.py +++ b/devices/__init__.py @@ -1,3 +0,0 @@ -from ._version import get_versions -__version__ = get_versions()['version'] -del get_versions diff --git a/devices/setup.cfg b/devices/setup.cfg deleted file mode 100644 index c67fdf70f..000000000 --- a/devices/setup.cfg +++ /dev/null @@ -1,13 +0,0 @@ - -# See the docstring in versioneer.py for instructions. Note that you must -# re-run 'versioneer.py setup' after changing this section, and commit the -# resulting files. - -[versioneer] -#VCS = git -#style = pep440 -#versionfile_source = -#versionfile_build = -#tag_prefix = -#parentdir_prefix = - -- GitLab