Skip to content

Commit d8860f4

Browse files
segsellMaxBlesch
andauthored
Update README for PyPi release (#181)
Co-authored-by: Maximilian Blesch <maximilian.blesch@hu-berlin.de>
1 parent 346cfa4 commit d8860f4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
# hooks:
6060
# - id: setup-cfg-fmt
6161
- repo: https://github.com/psf/black-pre-commit-mirror
62-
rev: 25.9.0
62+
rev: 25.11.0
6363
hooks:
6464
- id: black
6565
language_version: python3.12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dc-egm
1+
# dcegm
22

33
[![Continuous Integration Workflow](https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml/badge.svg)](https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml)
44
[![image](https://readthedocs.org/projects/dcegm/badge/?version=latest)](https://dcegm.readthedocs.io/en/latest)

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,9 @@ Github = "https://github.com/OpenSourceEconomics/dcegm"
5454
# Build system configuration
5555
# ======================================================================================
5656
[build-system]
57-
requires = ["hatchling", "hatch_vcs"]
57+
requires = ["hatchling"]
5858
build-backend = "hatchling.build"
5959

60-
[tool.hatch.build.hooks.vcs]
61-
version-file = "src/dcegm/_version.py"
62-
6360
[tool.hatch.build.targets.sdist]
6461
exclude = ["tests"]
6562
only-packages = true
@@ -68,9 +65,6 @@ only-packages = true
6865
only-include = ["src"]
6966
sources = ["src"]
7067

71-
[tool.hatch.version]
72-
source = "vcs"
73-
7468
[tool.hatch.metadata]
7569
allow-direct-references = true
7670

0 commit comments

Comments
 (0)