diff --git a/pyproject.toml b/pyproject.toml index a4a66685f..f1887daab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ name="tableauserverclient" dynamic = ["version"] description='A Python module for working with the Tableau Server REST API.' authors = [{name="Tableau", email="github@tableau.com"}] +license = "Apache-2.0" license-files = ["LICENSE"] readme = "README.md"