Skip to content

Commit c29d83a

Browse files
authored
fix(build): ensure that legacy tools can recognize the validity of the Ibis license (#10905)
1 parent 2e1a2df commit c29d83a

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

pyproject.toml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "10.1.0"
44
requires-python = ">=3.9"
55
description = "The portable Python dataframe library"
66
readme = "README.md"
7-
license = "Apache-2.0"
7+
license = { text = "Apache-2.0" }
8+
license-files = ["LICENSE.txt"]
89
authors = [
910
{ name = "Ibis Maintainers", email = "[email protected]" },
1011
]
@@ -24,6 +25,27 @@ classifiers = [
2425
"Topic :: Scientific/Engineering",
2526
"Topic :: Software Development :: Code Generators",
2627
"Topic :: Software Development :: User Interfaces",
28+
"License :: OSI Approved :: Apache Software License",
29+
]
30+
keywords = [
31+
"sql",
32+
"database",
33+
"expressions",
34+
"mysql",
35+
"bigquery",
36+
"clickhouse",
37+
"sqlite",
38+
"impala",
39+
"postgresql",
40+
"snowflake",
41+
"pandas",
42+
"pyspark",
43+
"mssql",
44+
"trino",
45+
"pyarrow",
46+
"datafusion",
47+
"duckdb",
48+
"polars",
2749
]
2850
dependencies = [
2951
"atpublic>=2.3",
@@ -37,10 +59,11 @@ dependencies = [
3759

3860
[project.urls]
3961
Homepage = "https://ibis-project.org"
62+
Chat = "https://ibis-project.zulipchat.com"
4063
Repository = "https://github.com/ibis-project/ibis"
4164
Documentation = "https://ibis-project.org"
4265
Issues = "https://github.com/ibis-project/ibis/issues"
43-
Chat = "https://ibis-project.zulipchat.com"
66+
Changelog = "https://ibis-project.org/release_notes"
4467

4568
[project.optional-dependencies]
4669
athena = [

0 commit comments

Comments
 (0)