Skip to content

Commit 6eb4a3e

Browse files
committed
chore: updates license configuration in accordance with PEP 621
1 parent b61e2db commit 6eb4a3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ name = "posit-sdk"
77
description = "Posit SDK for Python"
88
readme = "README.md"
99
requires-python = ">=3.8"
10-
license = { file = "LICENSE" }
10+
license-files = [ "LICENSE" ]
1111
keywords = ["posit", "sdk"]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
1615
"Operating System :: OS Independent",
1716
"Programming Language :: Python :: 3",
1817
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)