Skip to content

Commit 3d16266

Browse files
packaging: Fix license metadata (#553)
1 parent 1e52a5e commit 3d16266

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ authors = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com"
66
requires-python = ">=3.9"
77
readme = "README.md"
88
license = "MIT"
9+
license-files = [
10+
"LICENSE",
11+
]
912
maintainers = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" }]
1013
keywords = [
1114
"Postgres",
@@ -16,7 +19,6 @@ keywords = [
1619
]
1720
classifiers = [
1821
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2022
"Operating System :: OS Independent",
2123
"Programming Language :: Python :: 3.9",
2224
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)