summaryrefslogtreecommitdiffstats
path: root/_version.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-03-05 22:50:03 -0500
committerrsiddharth <rsd@gnu.org>2016-03-05 22:50:03 -0500
commit0b665043bffe43d52221f76f093be08873505eb1 (patch)
tree79e49baefe7e6eb85cbd6158186b252391556776 /_version.py
parent09c362823c14276bf4f23d9cb099bbc28b11d0d6 (diff)
Moved _version elsewhere.
It is now at lpschedule_generator/_version.py
Diffstat (limited to '_version.py')
-rw-r--r--_version.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/_version.py b/_version.py
deleted file mode 100644
index 152adbf..0000000
--- a/_version.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- 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'