From 5299189a7e02df8250d677fa69d3d16e1e09351c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 5 Mar 2016 21:47:46 -0500 Subject: 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. --- _version.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _version.py (limited to '_version.py') 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 +# . + +__version__ = '0.3.2.dev' -- cgit v1.2.3