Skip to content

Commit 5ca888b

Browse files
committed
chore: adapt license changes
See [link](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license). `license expression` in classifiers is deprecated.
1 parent d773d70 commit 5ca888b

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

packages/gooddata-dbt/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-dbt"
44
version = "1.54.0"
55
description = "dbt plugin for GoodData"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -20,7 +20,6 @@ dependencies = [
2020
classifiers = [
2121
"Development Status :: 4 - Beta",
2222
"Environment :: Console",
23-
"License :: OSI Approved :: MIT License",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",

packages/gooddata-fdw/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-fdw"
44
version = "1.54.0"
55
description = "GoodData Cloud Foreign Data Wrapper For PostgreSQL"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -32,7 +32,6 @@ dependencies = [
3232
classifiers = [
3333
"Development Status :: 5 - Production/Stable",
3434
"Environment :: Console",
35-
"License :: OSI Approved :: MIT License",
3635
"Programming Language :: Python :: 3.10",
3736
"Programming Language :: Python :: 3.11",
3837
"Programming Language :: Python :: 3.12",

packages/gooddata-flexconnect/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-flexconnect"
44
version = "1.54.0"
55
description = "Build your own data source for GoodData Cloud and GoodData Cloud Native."
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -38,7 +38,6 @@ dependencies = [
3838
classifiers = [
3939
"Development Status :: 4 - Beta",
4040
"Environment :: Console",
41-
"License :: OSI Approved :: MIT License",
4241
"Programming Language :: Python :: 3.10",
4342
"Programming Language :: Python :: 3.11",
4443
"Programming Language :: Python :: 3.12",

packages/gooddata-flight-server/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-flight-server"
44
version = "1.54.0"
55
description = "Flight RPC server to host custom functions"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -40,7 +40,6 @@ dependencies = [
4040
classifiers = [
4141
"Development Status :: 4 - Beta",
4242
"Environment :: Console",
43-
"License :: OSI Approved :: MIT License",
4443
"Programming Language :: Python :: 3.10",
4544
"Programming Language :: Python :: 3.11",
4645
"Programming Language :: Python :: 3.12",

packages/gooddata-pandas/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-pandas"
44
version = "1.54.0"
55
description = "GoodData Cloud to pandas"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -36,7 +36,6 @@ dependencies = [
3636
classifiers = [
3737
"Development Status :: 5 - Production/Stable",
3838
"Environment :: Console",
39-
"License :: OSI Approved :: MIT License",
4039
"Programming Language :: Python :: 3.10",
4140
"Programming Language :: Python :: 3.11",
4241
"Programming Language :: Python :: 3.12",

packages/gooddata-pipelines/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-pipelines"
44
version = "1.54.0"
55
description = "GoodData Cloud lifecycle automation pipelines"
66
authors = [{ name = "GoodData", email = "support@gooddata.com" }]
7-
license = { text = "MIT" }
7+
license = "MIT"
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [

packages/gooddata-sdk/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "gooddata-sdk"
44
version = "1.54.0"
55
description = "GoodData Cloud Python SDK"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "GoodData", email = "support@gooddata.com"}
1010
]
@@ -38,7 +38,6 @@ dependencies = [
3838
classifiers = [
3939
"Development Status :: 5 - Production/Stable",
4040
"Environment :: Console",
41-
"License :: OSI Approved :: MIT License",
4241
"Programming Language :: Python :: 3.10",
4342
"Programming Language :: Python :: 3.11",
4443
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)