File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,20 @@ name = "tovald"
33version = " 0.1.0"
44description = " Publish rich markdown documentation to Confluence"
55readme = " README.md"
6+ authors = [
7+ {name =" Charles SENGES" , email =" charles.senges.io+github@protonmail.com" }
8+ ]
9+ license = {text = " GNU GPLv3+" }
610requires-python = " >=3.12"
711dependencies = [
812 " myst-parser==4.0" ,
913 " sphinx==8.1" ,
1014 " sphinx-toolbox==3.8" ,
1115 " sphinxcontrib-confluencebuilder==2.8" ,
1216]
17+ classifiers = [
18+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
19+ ]
1320
1421[project .scripts ]
1522tovald = " tovald.main:main"
@@ -43,6 +50,9 @@ ignore = [
4350 " SIM110" , # reimplemented-builtin
4451]
4552
53+ [tool .setuptools ]
54+ license-files = []
55+
4656[tool .setuptools .package-data ]
4757tovald = [
4858 " static/*" , " static/.*" ,
You can’t perform that action at this time.
0 commit comments