summaryrefslogtreecommitdiff
path: root/tirante/version.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
commitad4f0144b82a0e881ac7b0a8f1cdb0232775e43a (patch)
treefb1d2cab7a960121401f25198175bb4334c19a74 /tirante/version.py
parent2bdeadd7891e90e04666ed5a095e62a5e32de987 (diff)
change to using pbr and restructure directoriesHEADmaster
Diffstat (limited to 'tirante/version.py')
-rw-r--r--tirante/version.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/tirante/version.py b/tirante/version.py
deleted file mode 100644
index fab5843..0000000
--- a/tirante/version.py
+++ /dev/null
@@ -1,23 +0,0 @@
-"""MIT License
-
-Copyright (c) 2019 David Luevano Alvarado
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-"""
-__version__ = '0.0.1'