From 5be9d9663fd073205f7b529fd03af117af02978e Mon Sep 17 00:00:00 2001 From: suecharo Date: Fri, 13 Apr 2018 16:16:35 +0900 Subject: [PATCH] update. --- LICENSE | 22 ++++++++++++++++++++++ MANIFEST.in | 1 + setup.py | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5061047 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2018 suecharo + +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. + diff --git a/MANIFEST.in b/MANIFEST.in index 0366f42..4368d02 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include KPHMMER/config_files * recursive-include data * recursive-include script * +include LICENSE diff --git a/setup.py b/setup.py index 3054fcf..5e99542 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ def main(): setup( name="KPHMMER", - version="1.0.1", + version="1.0.2", description="KPHMMER: Hidden Markov Model generator for detecting KEGG PATHWAY-specific genes", author="Hirotaka Suetake", author_email="hirotaka.suetake@riken.jp",