Skip to content

Commit 0e3e36b

Browse files
committed
setup.py: add BSD license and python 3.8
1 parent 8770bf0 commit 0e3e36b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
author_email = 'mrjbq7@gmail.com',
102102
url = 'https://github.com/mrjbq7/ta-lib',
103103
download_url = 'https://github.com/mrjbq7/ta-lib/releases',
104+
license = 'BSD',
104105
classifiers = [
105106
"License :: OSI Approved :: BSD License",
106107
"Development Status :: 4 - Beta",
@@ -115,6 +116,7 @@
115116
"Programming Language :: Python :: 3.5",
116117
"Programming Language :: Python :: 3.6",
117118
"Programming Language :: Python :: 3.7",
119+
"Programming Language :: Python :: 3.8",
118120
"Programming Language :: Cython",
119121
"Topic :: Office/Business :: Financial",
120122
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)