mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3049 from scrapy/trove-classifiers
[MRG+1] setup.py: mention that we support PyPy. See GH-2213.
This commit is contained in:
commit
632f1cc073
2
setup.py
2
setup.py
|
|
@ -56,6 +56,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Software Development :: Libraries :: Application Frameworks',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
|
|
|||
Loading…
Reference in New Issue