Skip to content

Commit

Permalink
fixed project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Oct 5, 2022
1 parent 9248565 commit 76953b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool.poetry]
name = "momoa"
version = "0.1.0"
version = "0.1.1"
description = "A library for definition, validation and serialisation of Python objects based on JSONSchema specifications."
authors = ["Berislav Lopac <berislav@lopac.net>"]
license = "Proprietary"
license = "MIT"
readme = "README.md"
homepage = "https://momoa.readthedocs.io"
repository = "https://github.com/berislavlopac/momoa"
packages = [
{ include = "momoa/" },
]
Expand Down
1 change: 1 addition & 0 deletions release-notes/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* fixed project metadata

0 comments on commit 76953b3

Please sign in to comment.