Skip to content

Commit a88fedf

Browse files
committed
Set repository and README in configuration, for PyPI
1 parent 282411c commit a88fedf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[tool.poetry]
22
name = "rmrl"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Render reMarkable documents to PDF"
55
authors = ["Robert Schroll <[email protected]>"]
66
license = "GPLv3"
7+
repository = "https://github.com/rschroll/rmrl"
8+
readme = "README.md"
79

810
[tool.poetry.dependencies]
911
python = "^3.7"

0 commit comments

Comments
 (0)