Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ authors = [
]
description = "Easily generate starter code to develop an IOC in the IBEX instrument control system."
readme = "README.md"
license = { file = "LICENSE" }
license = "BSD-3-Clause"
license-files = ["LICENSE"]
requires-python = ">=3.8"
classifiers = [
# How mature is this project?
Expand All @@ -19,8 +20,6 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Code Generators",

"License :: OSI Approved :: BSD License",

"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
Expand All @@ -44,4 +43,4 @@ ibex_device_generator = "ibex_device_generator.cli:main"
[tool.pytest.ini_options]
pythonpath = [
"src"
]
]