diff options
| author | Scott Bahling <sbahling@suse.de> | 2015-04-19 19:37:23 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2015-04-19 19:37:23 +0200 |
| commit | e3ffbe638eea380a6760586a2b44b9a3e3006e2b (patch) | |
| tree | b06a35b22ac981151822a82dce4562f7d4d0c1a0 /obsapi/__init__.py | |
| parent | 480b40e658fb9c0edd1fdb0febf2629a06f13215 (diff) | |
| download | obsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.tar.gz obsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.tar.xz obsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.zip | |
Update versioneer and add first unit testsobsapi-0.0.3
Diffstat (limited to 'obsapi/__init__.py')
| -rw-r--r-- | obsapi/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/obsapi/__init__.py b/obsapi/__init__.py index 5af2406..52eabbf 100644 --- a/obsapi/__init__.py +++ b/obsapi/__init__.py @@ -1 +1,5 @@ from core import * + +from ._version import get_versions +__version__ = get_versions()['version'] +del get_versions |
