summaryrefslogtreecommitdiffstats
path: root/_version.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-03-05 21:47:46 -0500
committerrsiddharth <rsd@gnu.org>2016-03-05 21:47:46 -0500
commit5299189a7e02df8250d677fa69d3d16e1e09351c (patch)
tree63c6db5ce778359663cb1cc49d46f00398590399 /_version.py
parent863b7855743e6f9eba5d5f80804a2b939ca4c138 (diff)
fixed setup.py
- version info is loaded from _version.py - to read the README.rst (for long_description), we now use a function defined in setup.py instead of using `lps_gen.read_file` function.
Diffstat (limited to '_version.py')
-rw-r--r--_version.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/_version.py b/_version.py
new file mode 100644
index 0000000..1869878
--- /dev/null
+++ b/_version.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
+#
+# This file is part of lpschedule-generator.
+#
+# lpschedule-generator is free software: you can redistribute it
+# and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of
+# the License, or (at your option) any later version.
+#
+# lpschedule-generator 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
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with lpschedule-generator (see COPYING). If not, see
+# <http://www.gnu.org/licenses/>.
+
+__version__ = '0.3.2.dev'