diff --git a/pyproject.toml b/pyproject.toml index aa0c14b..aa8a2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" requires-python = ">=3.9" readme = "README.md" license = "MIT" +license-files = [ + "LICENSE", +] maintainers = [{ name = "Meltano Team and Contributors", email = "hello@meltano.com" }] keywords = [ "Postgres", @@ -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",