diff --git a/pyproject.toml b/pyproject.toml index 456dd1e..e74c40e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,9 @@ readme = "README-dist.rst" requires-python = ">=3.7" [project.urls] -"Source Code" = "https://github.com/cpburnz/python-path-specification" +"Source Code" = "https://github.com/cpburnz/python-pathspec" "Documentation" = "https://python-path-specification.readthedocs.io/en/latest/index.html" -"Issue Tracker" = "https://github.com/cpburnz/python-path-specification/issues" +"Issue Tracker" = "https://github.com/cpburnz/python-pathspec/issues" [tool.setuptools.dynamic] version = {attr = "pathspec._meta.__version__"}