Skip to content

Commit f728bd2

Browse files
committed
doc
1 parent d41ec47 commit f728bd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

interpolatepy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__version__ file.
33
"""
44

5-
__version__ = "1.0.2"
5+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ maintainers = [
1010
]
1111
description = "A comprehensive Python library for generating smooth trajectories and curves with precise control over position, velocity, acceleration, and jerk profiles"
1212
readme = "README.md"
13-
license = { text = "MIT" }
13+
license = "MIT"
14+
license-files = ["LICENSE"]
1415
requires-python = ">=3.11"
1516
keywords = [
1617
"interpolation",
@@ -28,7 +29,6 @@ classifiers = [
2829
"Intended Audience :: Science/Research",
2930
"Intended Audience :: Developers",
3031
"Intended Audience :: Education",
31-
"License :: OSI Approved :: MIT License",
3232
"Programming Language :: Python :: 3",
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)