mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Update PyPI Topic Tags
This commit is contained in:
@@ -1 +1 @@
|
|||||||
tiingo==0.3.1
|
tiingo==0.3.2
|
||||||
|
|||||||
5
setup.py
5
setup.py
@@ -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',
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = '0.3.1'
|
__version__ = '0.3.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user