diff --git a/.gitignore b/.gitignore index ddb598d..9af1ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ -/.vscode/ \ No newline at end of file +/.vscode/ +*.egg-info/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 354a84a..af61b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,5 +22,5 @@ dependencies = [ ] [project.urls] -"Homepage" = "https://github.com/Mc-Zen/shortcircuits" -"Bug Tracker" = "https://github.com/Mc-Zen/shortcircuits/issues" +"Homepage" = "https://github.com/Mc-Zen/htstabilizer" +"Bug Tracker" = "https://github.com/Mc-Zen/htstabilizer/issues"