Skip to content

Commit

Permalink
Revert "use versioneer"
Browse files Browse the repository at this point in the history
This reverts commit f2b67f5.
  • Loading branch information
jenshnielsen committed Jul 18, 2019
1 parent ea0a92d commit 31276a4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 2,365 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

6 changes: 1 addition & 5 deletions qcodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,4 @@ def test(**kwargs):
return retcode


test.__test__ = False # type: ignore # Don't try to run this method as a test

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
test.__test__ = False # type: ignore # Don't try to run this method as a test
Loading

0 comments on commit 31276a4

Please sign in to comment.