diff --git a/pyproject.toml b/pyproject.toml index 28fc240..03a296d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,10 @@ name = "tovald" version = "0.1.0" description = "Publish rich markdown documentation to Confluence" readme = "README.md" +authors = [ + {name="Charles SENGES", email="charles.senges.io+github@protonmail.com"} +] +license = {text = "GNU GPLv3+"} requires-python = ">=3.12" dependencies = [ "myst-parser==4.0", @@ -10,6 +14,9 @@ dependencies = [ "sphinx-toolbox==3.8", "sphinxcontrib-confluencebuilder==2.8", ] +classifiers = [ + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", +] [project.scripts] tovald = "tovald.main:main" @@ -43,6 +50,9 @@ ignore = [ "SIM110", # reimplemented-builtin ] +[tool.setuptools] +license-files = [] + [tool.setuptools.package-data] tovald = [ "static/*", "static/.*",