[segyio] 100/376: Added __version__ to __init__ in segyio and segyview
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit 2085199bd1aae239900164365644d6ee4c3d8506
Author: Pål Grønås Drange <PGDR at statoil.com>
Date: Thu Oct 20 17:13:19 2016 +0200
Added __version__ to __init__ in segyio and segyview
* added __version__ field, currently '1.0.3' to both modules
* in addition, added licence, copyright, maintainer, status
---
python/segyio/__init__.py | 5 +++++
python/segyview/__init__.py | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/python/segyio/__init__.py b/python/segyio/__init__.py
index 55294d6..74bf8aa 100644
--- a/python/segyio/__init__.py
+++ b/python/segyio/__init__.py
@@ -80,3 +80,8 @@ from .binfield import BinField
from .open import open
from .create import create
from .segy import SegyFile, spec
+
+__version__ = '1.0.3'
+__copyright__ = 'Copyright 2016, Statoil ASA'
+__license__ = 'GNU Lesser General Public License version 3'
+__status__ = 'Production'
diff --git a/python/segyview/__init__.py b/python/segyview/__init__.py
index 126dbb9..f9893fa 100644
--- a/python/segyview/__init__.py
+++ b/python/segyview/__init__.py
@@ -13,3 +13,7 @@ except ImportError as e:
exc_type, exc_value, exc_traceback = sys.exc_info()
traceback.print_exception(exc_type, exc_value, exc_traceback, limit=2, file=sys.stderr)
+__version__ = '1.0.3'
+__copyright__ = 'Copyright 2016, Statoil ASA'
+__license__ = 'GNU Lesser General Public License version 3'
+__status__ = 'Production'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list