Add readme and repository fields

This commit is contained in:
Bauke 2021-10-25 16:01:58 +02:00
parent 4f8acc86df
commit 3d102b22a2
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from .head import Head
from .opml import OPML
from .outline import Outline
__version__ = "0.1.0"
__version__ = "0.1.1"
# Export everything at the top-level.
__all__ = [

View File

@ -1,9 +1,11 @@
[tool.poetry]
name = "opyml"
license = "MIT OR Apache-2.0"
version = "0.1.0"
version = "0.1.1"
description = "An OPML library for Python."
authors = ["Holllo <helllo@holllo.cc>"]
readme = "README.md"
repository = "https://github.com/Holllo/opyml"
[tool.poetry.dependencies]
defusedxml = "^0.7.1"