mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
Python 2.5 support, simplejson if <2.6
This commit is contained in:
@@ -17,7 +17,8 @@ if sys.argv[-1] == "publish":
|
||||
|
||||
required = ['requests']
|
||||
|
||||
# if python > 2.6, require simplejson
|
||||
if sys.version_info > (2,6):
|
||||
required.append('simplejson')
|
||||
|
||||
setup(
|
||||
name='convore',
|
||||
@@ -37,7 +38,7 @@ setup(
|
||||
'Natural Language :: English',
|
||||
'License :: OSI Approved :: ISC License (ISCL)',
|
||||
'Programming Language :: Python',
|
||||
# 'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
# 'Programming Language :: Python :: 3.0',
|
||||
|
||||
Reference in New Issue
Block a user