Skip to content

Commit dc735a8

Browse files
committed
fix: update license information in pyproject.toml
1 parent 86ecb11 commit dc735a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ authors = [{ name = "CS Goh" }]
99
description = "Roadmapper. A Roadmap-as-Code (RaC) python library for generating a roadmap by using python code"
1010
readme = "README.md"
1111
requires-python = ">=3.10"
12-
license = { file = "LICENSE.md" }
12+
license = "MIT"
13+
license-files = ["LICENSE.md"]
1314
classifiers = [
1415
"Programming Language :: Python :: 3.10",
15-
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
]
1818
dependencies = ['Pillow>=10.0.0', 'python-dateutil>=2.8.2', 'drawsvg>=2.2.0']

0 commit comments

Comments
 (0)