diff --git a/.gitignore b/.gitignore index 09e22fe..935bb39 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ venv/ /*.html _build/ +dist/ diff --git a/pyproject.toml b/pyproject.toml index 113e5c5..379d45e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TcTools" -version = "0.0.1" +version = "0.1.0" authors = [ { name="Robert Roos", email="robert.soor@gmail.com" }, ] @@ -38,6 +38,11 @@ doc = [ "sphinx-argparse~=0.4.0", ] +[project.urls] +"Homepage" = "https://github.com/DEMCON/TcTools" +"Bug Tracker" = "https://github.com/DEMCON/TcTools/issues" +"Documentation" = "https://tctools.readthedocs.io" + [project.scripts] tc_format = "tctools.format:main_argv" tc_xml_sort = "tctools.xml_sort:main_argv"