diff --git a/README.md b/README.md index 4a59210..86874cb 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ poetry run python -m unittest ``` ## Thanks -There are only a small number of tests for this project. That's thanks to the awesome hypothesis project which generates test cases for unit tests. It's really powerful for checking edge cases. See [[https://github.com/HypothesisWorks/hypothesis]] \ No newline at end of file +There are only a small number of tests for this project. That's thanks to the awesome hypothesis project which generates test cases for unit tests. It's really powerful for checking edge cases. See [Hypothesis on Github](https://github.com/HypothesisWorks/hypothesis) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2bbbd40..eb753ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,14 @@ [project] name = "lsd" -version = "0.4.0" +version = "0.4.1" description = "Pounds, shillings and pence conversion" authors = [ {name = "Jack Grahl",email = "jack.grahl@gmail.com"} ] license = {text = "MIT"} readme = "README.md" +homepage = "https://github.com/jwg4/lsd" +repository = "https://github.com/jwg4/lsd" requires-python = ">=3.9" dependencies = [ ]