added license
This commit is contained in:
18
LICENSE.txt
Normal file
18
LICENSE.txt
Normal file
@@ -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.
|
||||||
@@ -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.
|
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
|
## Installation on MacOS or Linux
|
||||||
1) `git clone https://github.com/Averbach-Transcription/email_quote`
|
1) `git clone https://github.com/Averbach-Transcription/email_quote`
|
||||||
2) `ln -s <repo_fullpath>/app/get_quote /usr/local/bin/`
|
2) `ln -s <repo_fullpath>/app/get_quote /usr/local/bin/`
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -9,6 +9,7 @@ setup(
|
|||||||
author="Zev Averbach",
|
author="Zev Averbach",
|
||||||
author_email="zev@averba.ch",
|
author_email="zev@averba.ch",
|
||||||
version="0.1",
|
version="0.1",
|
||||||
|
license="MIT",
|
||||||
description=(
|
description=(
|
||||||
"A command line application and Python library for generating binary numbers for "
|
"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 "
|
"a human to decode, as well as generating the integers they represent, to check "
|
||||||
|
|||||||
Reference in New Issue
Block a user