add info for pypi
authorOrakaro <nhatminh_179@hotmail.com>
Wed, 7 May 2014 14:45:24 +0000 (23:45 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Wed, 7 May 2014 14:45:24 +0000 (23:45 +0900)
LICENSE.txt [new file with mode: 0644]
README.md
setup.CFG [new file with mode: 0644]
setup.py

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644 (file)
index 0000000..1352959
--- /dev/null
@@ -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.
index 082926a8110ca261f1b81d26a588391301eafb75..0a3c376d065ec3e6ee773fe1b78341e88d191c44 100644 (file)
--- 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 (file)
index 0000000..b88034e
--- /dev/null
+++ b/setup.CFG
@@ -0,0 +1,2 @@
+[metadata]
+description-file = README.md
index f0f52f6a829da0b8acaebfb2d970e1d3b960d4f6..f30c5f6f12acfc3efc5de8003904d8384f3f228c 100644 (file)
--- 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,