Skip to content

Commit

Permalink
fix hatchi
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 20, 2024
1 parent 0423ed6 commit 9ee2b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

[project.urls]
Changelog = "https://github.com/Hochfrequenz/ahbicht/releases"
Homepage = "https://github.com/Hochfrequenz/ahbicht"
Documentation = "https://ahbicht.readthedocs.io/en/latest/"

dependencies = [
"attrs>=21.4.0",
"lark>=1.1.4",
Expand All @@ -39,6 +34,10 @@ dynamic = ["readme", "version"]

[project.optional-dependencies]

[project.urls]
Changelog = "https://github.com/Hochfrequenz/ahbicht/releases"
Homepage = "https://github.com/Hochfrequenz/ahbicht"
Documentation = "https://ahbicht.readthedocs.io/en/latest/"

[tool.black]
line-length = 120
Expand Down Expand Up @@ -70,7 +69,7 @@ build-backend = "hatchling.build"

[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"
fragments = [{ path = "README.md" }]
fragments = [{ path = "README.rst" }]

[tool.hatch.version]
source = "vcs"
Expand All @@ -82,4 +81,4 @@ exclude = ["/unittests"]

[tool.hatch.build.targets.wheel]
only-include = ["src"]
sources = ["src"]
sources = ["src"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
Expand Down

0 comments on commit 9ee2b94

Please sign in to comment.