From 10e1175b1734be54c2f449b67ec2e622e3ef151f Mon Sep 17 00:00:00 2001 From: James Myatt Date: Tue, 13 May 2025 14:12:58 +0100 Subject: [PATCH 1/4] Add license information Per https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 472e8434..6c29c09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ keywords=[ "tabular-learning", "data-frame", ] +license = "MIT" classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", From 6981762bc83e3421535e3cae92b7431db5cdc70e Mon Sep 17 00:00:00 2001 From: James Myatt Date: Tue, 13 May 2025 14:14:52 +0100 Subject: [PATCH 2/4] Latest flit-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c29c09b..2a98de7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires=["flit_core >=3.2,<4"] +requires=["flit_core >=3.12,<4"] build-backend="flit_core.buildapi" [project] From 70d503adaa5464cd7567fcd5fa64e2f89dcaf9f5 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Tue, 13 May 2025 14:25:02 +0100 Subject: [PATCH 3/4] Include license-files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2a98de7f..69d1c44e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ keywords=[ "data-frame", ] license = "MIT" +license-files = ["LICENSE"] classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", From e46d75763ede13515d2e071c4b72d7a9886cea86 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Tue, 13 May 2025 14:32:42 +0100 Subject: [PATCH 4/4] Remove redundant info --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69d1c44e..c90ca78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ license = "MIT" license-files = ["LICENSE"] classifiers=[ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",