We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61e2db commit 6eb4a3eCopy full SHA for 6eb4a3e
pyproject.toml
@@ -7,12 +7,11 @@ name = "posit-sdk"
7
description = "Posit SDK for Python"
8
readme = "README.md"
9
requires-python = ">=3.8"
10
-license = { file = "LICENSE" }
+license-files = [ "LICENSE" ]
11
keywords = ["posit", "sdk"]
12
classifiers = [
13
"Development Status :: 5 - Production/Stable",
14
"Intended Audience :: Developers",
15
- "License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
"Programming Language :: Python :: 3",
18
"Topic :: Software Development :: Libraries",
0 commit comments