1 parent 86ecb11 commit dc735a8Copy full SHA for dc735a8
1 file changed
pyproject.toml
@@ -9,10 +9,10 @@ authors = [{ name = "CS Goh" }]
9
description = "Roadmapper. A Roadmap-as-Code (RaC) python library for generating a roadmap by using python code"
10
readme = "README.md"
11
requires-python = ">=3.10"
12
-license = { file = "LICENSE.md" }
+license = "MIT"
13
+license-files = ["LICENSE.md"]
14
classifiers = [
15
"Programming Language :: Python :: 3.10",
- "License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
]
18
dependencies = ['Pillow>=10.0.0', 'python-dateutil>=2.8.2', 'drawsvg>=2.2.0']
0 commit comments