File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ version = "10.1.0"
4
4
requires-python = " >=3.9"
5
5
description = " The portable Python dataframe library"
6
6
readme = " README.md"
7
- license = " Apache-2.0"
7
+ license = { text = " Apache-2.0" }
8
+ license-files = [" LICENSE.txt" ]
8
9
authors = [
9
10
{
name =
" Ibis Maintainers" ,
email =
" [email protected] " },
10
11
]
@@ -24,6 +25,27 @@ classifiers = [
24
25
" Topic :: Scientific/Engineering" ,
25
26
" Topic :: Software Development :: Code Generators" ,
26
27
" 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" ,
27
49
]
28
50
dependencies = [
29
51
" atpublic>=2.3" ,
@@ -37,10 +59,11 @@ dependencies = [
37
59
38
60
[project .urls ]
39
61
Homepage = " https://ibis-project.org"
62
+ Chat = " https://ibis-project.zulipchat.com"
40
63
Repository = " https://github.com/ibis-project/ibis"
41
64
Documentation = " https://ibis-project.org"
42
65
Issues = " https://github.com/ibis-project/ibis/issues"
43
- Chat = " https://ibis-project.zulipchat.com "
66
+ Changelog = " https://ibis-project.org/release_notes "
44
67
45
68
[project .optional-dependencies ]
46
69
athena = [
You can’t perform that action at this time.
0 commit comments