mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 06:28:03 -05:00
Provide the license in the preferred format
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user