Skip to content

Commit e68956b

Browse files
authored
Update license information in pyproject.toml
Fixes license specifiers according to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files This allows automatic license inspection tools like pip-licenses to correctly categorize this package.
1 parent ec0614e commit e68956b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name="tableauserverclient"
88
dynamic = ["version"]
99
description='A Python module for working with the Tableau Server REST API.'
1010
authors = [{name="Tableau", email="github@tableau.com"}]
11+
license="Apache-2.0",
1112
license-files = ["LICENSE"]
1213
readme = "README.md"
1314

0 commit comments

Comments
 (0)