Skip to content

Commit 70e61e7

Browse files
committed
2.0.1: fixes setuptools deprecated properties
1 parent 95e7a4d commit 70e61e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme = 'docs/README.md'
2020
authors = [
2121
{ name = 'Kael Zhang', email='i+pypi@kael.me' }
2222
]
23-
license = {file = 'LICENSE'}
23+
license-files = ['LICENSE']
2424
requires-python = '>=3.9'
2525
dependencies = [
2626
"numpy",
@@ -38,8 +38,7 @@ classifiers=[
3838
'Intended Audience :: Financial and Insurance Industry',
3939
'Operating System :: OS Independent',
4040
'Development Status :: 4 - Beta',
41-
'Topic :: Utilities',
42-
'License :: OSI Approved :: MIT License'
41+
'Topic :: Utilities'
4342
]
4443

4544
[project.urls]

stock_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
cumulators
2121
)
2222

23-
__version__ = '2.0.0'
23+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)