Skip to content

Commit 21da493

Browse files
committed
Merge pull request scrapy#1828 from scrapy/py3-classifiers
[MRG+1] declare Python 3 support in setup.py
2 parents cf535fe + 17d3bec commit 21da493

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
'Programming Language :: Python',
3333
'Programming Language :: Python :: 2',
3434
'Programming Language :: Python :: 2.7',
35+
'Programming Language :: Python :: 3',
36+
'Programming Language :: Python :: 3.3',
37+
'Programming Language :: Python :: 3.4',
38+
'Programming Language :: Python :: 3.5',
3539
'Topic :: Internet :: WWW/HTTP',
3640
'Topic :: Software Development :: Libraries :: Application Frameworks',
3741
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)