changeset 128:2a6b8742e44a

set __version__ in __init__.py
author Goffi <goffi@goffi.org>
date Fri, 14 Jul 2017 08:30:42 +0200
parents 88722f920b3c
children 2a1880d5d450
files urwid_satext/__init__.py
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/urwid_satext/__init__.py	Sun Jul 24 18:57:35 2016 +0200
+++ b/urwid_satext/__init__.py	Fri Jul 14 08:30:42 2017 +0200
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Urwid SàT extensions
+# Copyright (C) 2009-2016 Jérôme Poisson (goffi@goffi.org)
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+__version__ = '0.7.0D'