Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c4aa32

Browse files
committed
remove python 2.6 stuff from setup.py
1 parent fce9ba3 commit 7c4aa32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def readme():
2222
classifiers=[
2323
'Development Status :: 4 - Beta',
2424
'Programming Language :: Python :: 2',
25-
'Programming Language :: Python :: 2.6',
2625
'Programming Language :: Python :: 2.7',
2726
'Programming Language :: Python :: 3',
2827
'Programming Language :: Python :: 3.2',
@@ -43,6 +42,4 @@ def readme():
4342
'plotly/matplotlylib/mplexporter/renderers'],
4443
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
4544
install_requires=['requests', 'six', 'pytz'],
46-
extras_require={"PY2.6": ['simplejson', 'ordereddict',
47-
'requests']},
4845
zip_safe=False)

0 commit comments

Comments
 (0)