Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description = "Singer tap for Postgres, built with the Meltano SDK for Singer Ta
authors = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" }]
requires-python = ">=3.9"
readme = "README.md"
license = "MIT"
license = "Elastic-2.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what we're actually using in the LICENSE file.

https://spdx.org/licenses/Elastic-2.0.html

license-files = [
"LICENSE",
]
maintainers = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" }]
keywords = [
"Postgres",
Expand All @@ -16,7 +19,6 @@ keywords = [
]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -84,7 +86,7 @@ module = [
[build-system]
requires = [
"hatchling==1.27",
"hatch-vcs==0.4",
"hatch-vcs==0.5",
]
build-backend = "hatchling.build"

Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.