From 9ee2b945799b425d98cdfb0e538dbdbbdff75431 Mon Sep 17 00:00:00 2001 From: Fstei Date: Fri, 20 Sep 2024 14:32:25 +0200 Subject: [PATCH] fix hatchi --- pyproject.toml | 13 ++++++------- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98dd3c2b..c2f0e509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 @@ -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" @@ -82,4 +81,4 @@ exclude = ["/unittests"] [tool.hatch.build.targets.wheel] only-include = ["src"] -sources = ["src"] \ No newline at end of file +sources = ["src"] diff --git a/requirements.txt b/requirements.txt index e912bcf7..05195ea7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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