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:
Mikhail Korobov 2017-12-25 15:59:56 +05:00 committed by GitHub
commit 632f1cc073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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',