From 052725644997903ee95980abf61e849b571a35b8 Mon Sep 17 00:00:00 2001 From: zevav Date: Sat, 13 Jun 2020 11:25:30 +0200 Subject: [PATCH] added license --- LICENSE.txt | 18 ++++++++++++++++++ README.md | 4 ++++ setup.py | 1 + 3 files changed, 23 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..f4fa80a --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,18 @@ + +MIT License +Copyright (c) 2020 Zev Averbach +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/README.md b/README.md index cbb5285..92d004a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A command line application and Python library for generating binary numbers for a human to decode, as well as generating the integers they represent, to check the human's work. +## Compatibility + +Currently only supported on MacOS and Linux + ## Installation on MacOS or Linux 1) `git clone https://github.com/Averbach-Transcription/email_quote` 2) `ln -s /app/get_quote /usr/local/bin/` diff --git a/setup.py b/setup.py index b9a2f0c..b7f6509 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ setup( author="Zev Averbach", author_email="zev@averba.ch", version="0.1", + license="MIT", description=( "A command line application and Python library for generating binary numbers for " "a human to decode, as well as generating the integers they represent, to check "