From 40df75746e8c3d936ed441f6191d9b16f418d828 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Wed, 18 Jun 2025 18:31:48 +0200 Subject: [PATCH] Little fixes for next release --- README.md | 2 +- pyproject.toml | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b4eecffb..f54ec769 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dc-egm +# dcegm [![Continuous Integration Workflow](https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml/badge.svg)](https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml) [![image](https://readthedocs.org/projects/dcegm/badge/?version=latest)](https://dcegm.readthedocs.io/en/latest) diff --git a/pyproject.toml b/pyproject.toml index 411fe30a..7cf42dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,12 +54,9 @@ Github = "https://github.com/OpenSourceEconomics/dcegm" # Build system configuration # ====================================================================================== [build-system] -requires = ["hatchling", "hatch_vcs"] +requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.hooks.vcs] -version-file = "src/dcegm/_version.py" - [tool.hatch.build.targets.sdist] exclude = ["tests"] only-packages = true @@ -68,9 +65,6 @@ only-packages = true only-include = ["src"] sources = ["src"] -[tool.hatch.version] -source = "vcs" - [tool.hatch.metadata] allow-direct-references = true