Update PyPI Topic Tags

This commit is contained in:
Cameron Yick
2017-09-17 18:20:07 -04:00
parent 107f558470
commit f7604b56b1
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1 @@
tiingo==0.3.1 tiingo==0.3.2

View File

@@ -60,10 +60,13 @@ setup(
zip_safe=False, zip_safe=False,
keywords=['tiingo', 'finance', 'stocks'], keywords=['tiingo', 'finance', 'stocks'],
classifiers=[ classifiers=[
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Financial and Insurance Industry',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Natural Language :: English', 'Natural Language :: English',
'Topic :: Office/Business :: Investment',
'Topic :: Office/Business :: Financial',
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = '0.3.1' __version__ = '0.3.2'