mirror of https://github.com/scrapy/scrapy.git
setup.py: mention that we support PyPy. See GH-2213.
This commit is contained in:
parent
bdc12f3994
commit
1058169f0e
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