Skip to content

Commit

Permalink
Preparing for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRoos committed Apr 24, 2024
1 parent 26f7257 commit 24a63fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ venv/
/*.html

_build/
dist/
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down Expand Up @@ -38,6 +38,11 @@ doc = [
"sphinx-argparse~=0.4.0",
]

[project.urls]
"Homepage" = "https:/DEMCON/TcTools"
"Bug Tracker" = "https:/DEMCON/TcTools/issues"
"Documentation" = "https://tctools.readthedocs.io"

[project.scripts]
tc_format = "tctools.format:main_argv"
tc_xml_sort = "tctools.xml_sort:main_argv"
Expand Down

0 comments on commit 24a63fa

Please sign in to comment.