diff --git a/README.md b/README.md index b62e46b..9ba9ab7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index c3011d6..38146ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" +include = ["LICENSE", "CHANGELOG.md"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", @@ -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"