-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from yaleman/readme-update
updating readme and urls
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pygoodwe" | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
description = "A command line tool and python library to query the GOODWE SEMS Portal APIs." | ||
authors = ["James Hodgkinson <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,6 +14,12 @@ classifiers = [ | |
keywords = ["goodwe", "solar", "api", "pygoodwe"] | ||
readme = "README.md" | ||
|
||
[tool.poetry.urls] | ||
documentation = "https://yaleman.github.io/pygoodwe/" | ||
homepage = "https://github.com/yaleman/pygoodwe" | ||
repository = "https://github.com/yaleman/pygoodwe" | ||
"bug tracker" = "https://github.com/yaleman/pygoodwe/issues" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = ">=0.0.257,<0.3.5" | ||
types-requests = "^2.28.11" | ||
|
@@ -26,6 +32,7 @@ mkdocs-material = "^9.0.2" | |
mkdocstrings = ">=0.20,<0.25" | ||
mkdocstrings-python = ">=0.8,<1.10" | ||
requests-mock = "^1.11.0" | ||
validate-pyproject = "^0.16" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
|
@@ -39,10 +46,6 @@ load-plugins = "pylint_pytest" | |
[tool.ruff] | ||
line-length = 150 | ||
|
||
[project.urls] | ||
documentation = "https://yaleman.github.io/pygoodwe/" | ||
homepage = "https://github.com/yaleman/pygoodwe" | ||
repository = "https://github.com/yaleman/pygoodwe" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|