We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8f568 commit 67bb29dCopy full SHA for 67bb29d
2 files changed
README.md
@@ -82,4 +82,9 @@ Planned additions include:
82
83
## License
84
85
-MIT.
+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
@@ -15,6 +15,13 @@ dependencies = [
15
requires = ["hatchling"]
16
build-backend = "hatchling.build"
17
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
25
[dependency-groups]
26
dev = [
27
"mypy>=1.19.1",
0 commit comments