Skip to content

Commit 85ec6f3

Browse files
committed
[setup.py] add python 3 to supported versions
1 parent 6adc7ce commit 85ec6f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
classifiers=[
2626
'Programming Language :: Python',
2727
'Programming Language :: Python :: 2.7',
28+
'Programming Language :: Python :: 3',
29+
'Programming Language :: Python :: 3.5',
2830
'Operating System :: OS Independent',
2931
'Environment :: Console',
3032
'Environment :: No Input/Output (Daemon)',
@@ -34,7 +36,8 @@
3436
install_requires=[
3537
'Twisted>=14.0.0',
3638
'Scrapy>=1.0.0',
37-
'demjson'
39+
'demjson',
40+
'six'
3841
],
3942
package_data={
4043
'scrapyrt': [

0 commit comments

Comments
 (0)