[metadata] Remove mentions of old Tiingo versions and old Python versions #601

This commit is contained in:
Cameron Yick
2021-03-06 21:37:09 -05:00
parent c04b7c8cd0
commit 0ec6a4c6f2
3 changed files with 3 additions and 6 deletions

View File

@@ -68,12 +68,10 @@ setup(
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Topic :: Office/Business :: Financial :: Investment',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
test_suite='tests',
tests_require=test_requirements,