mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 15:18:25 +01:00
Clean up Python-version related PyPI classifiers (#841)
- Removes 'Programming Language :: Python :: 3.5' per the README, which specifies 'Python version 3.6 or greater is required.' - Adds 'Programming Language :: Python :: 3 :: Only' in place
This commit is contained in:
parent
deee2dffd0
commit
6e9cd139a6
2
setup.py
2
setup.py
@ -92,7 +92,7 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
Loading…
Reference in New Issue
Block a user