Skip to content

Commit

Permalink
URL syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JrtPec committed Dec 4, 2023
1 parent c3285a7 commit 38259f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ permissions:
contents: read

jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1

deploy:
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ classifiers = [
]

[project.urls]
homepage = "www.energyid.eu"
Homepage = "https://energyid.eu"
Repository = "https://github.com/EnergieID/OpenEnergyID"
"Bugs Tracker" = "https://github.com/EnergieID/OpenEnergyID/issues"

[tool.hatch.version]
path = "openenergyid/__init__.py"

0 comments on commit 38259f2

Please sign in to comment.