From 13b5b8546c6d34c747faf9447f9d2eb26c81b7ff Mon Sep 17 00:00:00 2001 From: Orakaro Date: Wed, 7 May 2014 23:45:24 +0900 Subject: [PATCH] add info for pypi --- LICENSE.txt | 7 +++++++ README.md | 25 +------------------------ setup.CFG | 2 ++ setup.py | 3 ++- 4 files changed, 12 insertions(+), 25 deletions(-) create mode 100644 LICENSE.txt create mode 100644 setup.CFG diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..1352959 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,7 @@ +Copyright (c) 2014 Vu Nhat Minh + +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 082926a..0a3c376 100644 --- a/README.md +++ b/README.md @@ -37,27 +37,4 @@ In the first time you will be asked for authorization of Rainbow Stream app at T Just click the "Authorize access" button and paste PIN number to the terminal, the rainbow will start. ## License -Rainbow Stream are released under an MIT License. See below for details - -Copyright (c) 2014 Vu Nhat Minh - -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. +Rainbow Stream are released under an MIT License. See LICENSE.txt for details diff --git a/setup.CFG b/setup.CFG new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.CFG @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index f0f52f6..f30c5f6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,8 @@ setup(name='rainbowstream', keywords='twitter, command-line tools, web 2.0, stream API', author='Vu Nhat Minh', author_email='nhatminh_179@hotmail.com', - url='http://vunhatminh.com', + url='https://github.com/DTVD/rainbowstream', + download_url = 'https://github.com/DTVD/rainbowstream/tarball/0.0.1', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, -- 2.25.1