Skip to content

Commit 89e8362

Browse files
committed
add docs URL to pyproject for PyPi
1 parent 81fd096 commit 89e8362

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[project.urls]
2+
Homepage = "https://github.com/lemontree210/tinybear"
3+
Documentation = "https://lemontree210.github.io/tinybear/"
4+
15
[tool.black]
26
line-length = 99
37
target-version = ['py39']
@@ -18,8 +22,9 @@ ignore_errors = true
1822

1923
[tool.poetry]
2024
name = "tinybear"
21-
version = "0.3.0"
25+
version = "0.3.1"
2226
description = "Where you don't need pandas yet. Tools to work with TXT, CSV, HTML, XLSX etc."
27+
documentation = "https://lemontree210.github.io/tinybear/"
2328
authors = ["Dmitry K <58207913+lemontree210@users.noreply.github.com>"]
2429
readme = "README.md"
2530

0 commit comments

Comments
 (0)