Skip to content

Commit

Permalink
Add project URLs to config
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Mar 28, 2024
1 parent 202d5c6 commit 7ed5d25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.venv/
build/
dist/
sandbox/
usage_tests/
**/cfile.egg-info/
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ed5d25

Please sign in to comment.