mirror of https://github.com/scrapy/scrapy.git
[setup.py] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
parent
3d4317bfe4
commit
4e939ca75d
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue