Changed licensing, modified contents of setup.py to conform to what Pypi wants/needs

This commit is contained in:
Ryan McGrath 2009-07-28 23:22:52 -04:00
parent 1007688925
commit 932d29a1ab
3 changed files with 21 additions and 12 deletions

25
LICENSE
View file

@ -1,12 +1,21 @@
Tango is released under the "Tango License".
The MIT License
What's the "Tango License"? It basically means you can do
whatever you want with this; hack on it, redistribute it, contribute changes, whatever.
Copyright (c) 2009 Ryan McGrath
All I ask is that, if you do make changes to Tango, decide to fork it, etc., please provide some
note about the origin of the work. (i.e, a link back to Tango, etc)
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:
Tango is provided "as-is"; that is, I don't guarantee that it will 100% work in your
environment without some effort. Tango is a base to build off of.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
~ Ryan McGrath, 07/27/2009
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.

2
README
View file

@ -45,4 +45,4 @@ My hope is that Tango is so simple that you'd never *have* to ask any questions,
you feel the need to contact me for this (or other) reasons, you can hit me up
at ryan@venodesigns.net.
Tango is released under the "Tango License" - see the LICENSE file for more information.
Tango is released under an MIT License - see the LICENSE file for more information.

View file

@ -25,10 +25,10 @@ SETUPTOOLS_METADATA = dict(
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: Tango License',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Communications :: Chat :: Twitter',
'Topic :: Internet :: Search',
'Topic :: Communications :: Chat',
'Topic :: Internet',
]
)