From c23e1c0feea016acc2a68a5e9d4dabf5c9f65f76 Mon Sep 17 00:00:00 2001 From: Mc-Zen Date: Sun, 6 Aug 2023 17:29:24 +0200 Subject: [PATCH] [update] gitignore, pyproject.toml --- .gitignore | 3 ++- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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"