Skip to content

Commit 831e3b4

Browse files
committed
pep639 is annoying
1 parent e3368ee commit 831e3b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[project]
22
name = "ta-lib"
33
version = "0.6.4"
4-
license = "BSD-2-Clause"
5-
dynamic = ["authors", "classifiers", "description", "readme"]
4+
dynamic = ["authors", "classifiers", "description", "license", "readme"]
65
dependencies = [
76
"setuptools",
87
"numpy",

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def build_extensions(self):
158158
author_email='mrjbq7@gmail.com',
159159
url='http://github.com/ta-lib/ta-lib-python',
160160
download_url='https://github.com/ta-lib/ta-lib-python/releases',
161+
license="BSD",
161162
classifiers=[
162163
"Development Status :: 5 - Production/Stable",
163164
"Operating System :: Unix",

0 commit comments

Comments
 (0)