Skip to content

Commit

Permalink
Merge pull request #260 from yaleman/readme-update
Browse files Browse the repository at this point in the history
updating readme and urls
  • Loading branch information
yaleman authored Mar 22, 2024
2 parents d39dcb5 + 8ec1f70 commit 9ad5029
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
poetry install
poetry run ruff $(basename $(pwd) | sed -E 's/-/_/g')
poetry run ruff tests/
poetry run validate-pyproject pyproject.toml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ GOODWE access is based on the undocumented API used by mobile apps. This could b

## Example Code

Please check out test.py in the base of the repository for some simple example code.
Please check out example.py or the examples folder in [the project repository](https://github.com/yaleman/pygoodwe) for some simple example code.
13 changes: 8 additions & 5 deletions pyproject.toml
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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit 9ad5029

Please sign in to comment.