[setup.py] Added python 3.8 fields

https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
Roy 2019-10-21 18:33:18 +01:00
parent 3d4317bfe4
commit 4e939ca75d
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',