Skip to content

Commit 67bb29d

Browse files
committed
📝Added project urls to pyproject.toml and an issues link in the README
1 parent 4b8f568 commit 67bb29d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ Planned additions include:
8282

8383
## License
8484

85-
MIT.
85+
MIT
86+
87+
## Support
88+
89+
Found a bug or want a feature? Please open an issue on GitHub:
90+
<https://github.com/bloopy-code/bseqgen/issues>

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ dependencies = [
1515
requires = ["hatchling"]
1616
build-backend = "hatchling.build"
1717

18+
[project.urls]
19+
Homepage = "https://github.com/bloopy-code/bseqgen"
20+
Repository = "https://github.com/bloopy-code/bseqgen.git"
21+
Issues = "https://github.com/bloopy-code/bseqgen/issues"
22+
Changelog = "https://github.com/bloopy-code/bseqgen/blob/main/CHANGELOG.md"
23+
24+
1825
[dependency-groups]
1926
dev = [
2027
"mypy>=1.19.1",

0 commit comments

Comments
 (0)