From 74109691db9abd3a50468f8c79caab82a25288bc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 31 Mar 2025 12:58:30 +0100 Subject: [PATCH 1/3] update license to license-files --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b606738..f2f36a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "Easily generate starter code to develop an IOC in the IBEX instrument control system." readme = "README.md" -license = { file = "LICENSE" } +license-files = ["LICENSE"] requires-python = ">=3.8" classifiers = [ # How mature is this project? @@ -44,4 +44,4 @@ ibex_device_generator = "ibex_device_generator.cli:main" [tool.pytest.ini_options] pythonpath = [ "src" -] \ No newline at end of file +] From c044538800b5ff5b355fc904eb5130f7664d5e9e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 31 Mar 2025 12:59:47 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f2f36a3..09a7177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,6 @@ classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Code Generators", - "License :: OSI Approved :: BSD License", - "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] From 625a3b18dffd9c7df37009bd305ed3d06a286083 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 31 Mar 2025 13:04:37 +0100 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 09a7177..2ee8f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ ] description = "Easily generate starter code to develop an IOC in the IBEX instrument control system." readme = "README.md" +license = "BSD-3-Clause" license-files = ["LICENSE"] requires-python = ">=3.8" classifiers = [