We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8770bf0 commit 0e3e36bCopy full SHA for 0e3e36b
setup.py
@@ -101,6 +101,7 @@
101
author_email = 'mrjbq7@gmail.com',
102
url = 'https://github.com/mrjbq7/ta-lib',
103
download_url = 'https://github.com/mrjbq7/ta-lib/releases',
104
+ license = 'BSD',
105
classifiers = [
106
"License :: OSI Approved :: BSD License",
107
"Development Status :: 4 - Beta",
@@ -115,6 +116,7 @@
115
116
"Programming Language :: Python :: 3.5",
117
"Programming Language :: Python :: 3.6",
118
"Programming Language :: Python :: 3.7",
119
+ "Programming Language :: Python :: 3.8",
120
"Programming Language :: Cython",
121
"Topic :: Office/Business :: Financial",
122
"Topic :: Scientific/Engineering :: Mathematics",
0 commit comments