Add readme and repository fields
This commit is contained in:
parent
4f8acc86df
commit
3d102b22a2
|
@ -7,7 +7,7 @@ from .head import Head
|
||||||
from .opml import OPML
|
from .opml import OPML
|
||||||
from .outline import Outline
|
from .outline import Outline
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.1"
|
||||||
|
|
||||||
# Export everything at the top-level.
|
# Export everything at the top-level.
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "opyml"
|
name = "opyml"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "An OPML library for Python."
|
description = "An OPML library for Python."
|
||||||
authors = ["Holllo <helllo@holllo.cc>"]
|
authors = ["Holllo <helllo@holllo.cc>"]
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/Holllo/opyml"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
defusedxml = "^0.7.1"
|
defusedxml = "^0.7.1"
|
||||||
|
|
Loading…
Reference in New Issue