Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit fa1b6a6

Browse files
committed
Update dependencies
1 parent a0018a6 commit fa1b6a6

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

poetry.lock

Lines changed: 18 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version = "0.1.0"
44
description = "Wikibase queries and edits made easy"
55
license = "Apache-2.0 and GPL-3.0"
66
authors = ["Samuel Meuli <me@samuelmeuli.com>"]
7+
readme = "README.md"
78
repository = "https://github.com/samuelmeuli/python-wikibase"
9+
documentation = "https://github.com/samuelmeuli/python-wikibase/blob/master/docs/usage.md"
810
keywords = ["wikibase", "wikidata", "bot", "api", "wrapper"]
911
classifiers = [
1012
"Intended Audience :: Developers",
@@ -15,7 +17,7 @@ classifiers = [
1517

1618
[tool.poetry.dependencies]
1719
python = "^3.6"
18-
wikibase-api = { git = "git@github.com:samuelmeuli/wikibase-api.git", tag = "v0.1.0" }
20+
wikibase-api = "^0.1.0"
1921

2022
[tool.poetry.dev-dependencies]
2123
black = "^18.3-alpha.0"

0 commit comments

Comments
 (0)