Skip to content
Snippets Groups Projects
Commit f2a0f8b9 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Use SPDX license expression

parent 0a9120da
No related branches found
No related tags found
1 merge request!512Use SPDX license expression
Pipeline #160774 passed
...@@ -3,7 +3,8 @@ name = "b-asic" ...@@ -3,7 +3,8 @@ name = "b-asic"
description = "Better ASIC Toolbox" description = "Better ASIC Toolbox"
readme = "README.md" readme = "README.md"
maintainers = [{ name = "Oscar Gustafsson", email = "oscar.gustafsson@liu.se" }] maintainers = [{ name = "Oscar Gustafsson", email = "oscar.gustafsson@liu.se" }]
license = { file = "LICENSE" } license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"numpy", "numpy",
...@@ -24,7 +25,6 @@ classifiers = [ ...@@ -24,7 +25,6 @@ classifiers = [
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: C++", "Programming Language :: C++",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment