-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Specify repository * Additional metadata * Use absolute URL
- Loading branch information
1 parent
bbfb168
commit 87496ae
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|