From 23a973935603ec10af7d48ed2451f403b8c58ce3 Mon Sep 17 00:00:00 2001 From: FBruzzesi Date: Tue, 28 Oct 2025 12:15:22 +0100 Subject: [PATCH 1/2] chore: Add pyproject classifiers --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f92b8db68..195f2cd0f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,22 @@ requires-python = ">=3.9" authors = [ { name = "Marco Gorelli", email = "hello_narwhals@proton.me" }, ] +license = {file = "LICENSE"} description = "Extremely lightweight compatibility layer between dataframe libraries" readme = "README.md" keywords = ["dataframes", "interoperability", "pandas", "polars", "pyarrow", "dask", "modin", "cudf"] classifiers = [ + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", - "Programming Language :: Python", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Free Threading :: 2 - Beta", "Typing :: Typed", ] From 3326832c51bac98e1bb1cc4891c7552d71eb617c Mon Sep 17 00:00:00 2001 From: FBruzzesi Date: Fri, 14 Nov 2025 14:37:12 +0100 Subject: [PATCH 2/2] license extension --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07989b7c5d..e249bd80b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.9" authors = [ { name = "Marco Gorelli", email = "hello_narwhals@proton.me" }, ] -license = {file = "LICENSE"} +license = {file = "LICENSE.md"} description = "Extremely lightweight compatibility layer between dataframe libraries" readme = "README.md" keywords = ["dataframes", "interoperability", "pandas", "polars", "pyarrow", "dask", "modin", "cudf"]