Skip to content

Commit

Permalink
Update medatada (#6)
Browse files Browse the repository at this point in the history
* Specify repository

* Additional metadata

* Use absolute URL
  • Loading branch information
raymondjavaxx authored Dec 12, 2023
1 parent bbfb168 commit 87496ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ for ym in YearMonth.range(ym1, ym2):

## License

mp-yearmonth is licensed under the MIT license. See [LICENSE](LICENSE) for details.
mp-yearmonth is licensed under the MIT license. See [LICENSE](https://github.com/raymondjavaxx/mp-yearmonth/blob/main/LICENSE) for details.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "mp-yearmonth"
version = "0.2.0"
description = "A year-month datatype for Python."
keywords = ["year", "month", "date", "calendar"]
authors = ["Ramon Torres <[email protected]>"]
readme = "README.md"
include = ["LICENSE", "CHANGELOG.md"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -19,6 +21,7 @@ python = "^3.7"
[tool.poetry.urls]
homepage = "https://github.com/raymondjavaxx/mp-yearmonth"
tracker = "https://github.com/raymondjavaxx/mp-yearmonth/issues"
repository = "https://github.com/raymondjavaxx/mp-yearmonth"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 87496ae

Please sign in to comment.