diff --git a/.gitignore b/.gitignore index 27d37fa..c53a996 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .venv/ build/ +dist/ sandbox/ usage_tests/ **/cfile.egg-info/ diff --git a/pyproject.toml b/pyproject.toml index 9f28aad..91a3490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,3 +11,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] + +[project.urls] +Homepage = "https://github.com/cogu/cfile" +Issues = "https://github.com/cogu/cfile/issues"