Skip to content

Commit

Permalink
Fixing up pyproject.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Jul 15, 2021
1 parent 85b3ffd commit ffbf434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "iso8601"
version = "1.0.0-alpha.0"
version = "1.0.0-alpha.1"
description = "Simple module to parse ISO 8601 dates"
authors = ["Michael Twomey <mick@twomeylee.name>"]
license = "MIT"
readme = "README.rst"
homepage = "https://github.com/micktwomey/pyiso8601"
repository = "https://github.com/micktwomey/pyiso8601"
documentation = "https://pyiso8601.readthedocs.io/en/latest/"

[tool.poetry.dependencies]
python = ">=3.6.2,<4.0"
Expand Down

0 comments on commit ffbf434

Please sign in to comment.