mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
ISC and such
This commit is contained in:
@@ -28,16 +28,14 @@ setup(
|
||||
author='Kenneth Reitz',
|
||||
author_email='me@kennethreitz.com',
|
||||
url='https://github.com/kennethreitz/python-convore',
|
||||
packages= [
|
||||
'convore',
|
||||
],
|
||||
packages= ['convore'],
|
||||
install_requires=required,
|
||||
license='MIT',
|
||||
license='ISC',
|
||||
classifiers=(
|
||||
# 'Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Developers',
|
||||
'Natural Language :: English',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'License :: OSI Approved :: ISC License',
|
||||
'Programming Language :: Python',
|
||||
# 'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
|
||||
Reference in New Issue
Block a user