Provide the license in the preferred format

This commit is contained in:
Ian Bell
2025-04-08 20:29:30 -04:00
parent 1efba209b5
commit 973b41bd86

View File

@@ -11,13 +11,12 @@ authors = [
description = "Open-source thermodynamic and transport properties database"
readme = "README.rst"
requires-python = ">=3.8"
license = {text = "MIT"}
license = "MIT"
classifiers = [
"Programming Language :: Python",
"Development Status :: 4 - Beta",
"Environment :: Other Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules"
]