Skip to content

Commit

Permalink
build: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 5, 2024
1 parent 96420e8 commit 1c69a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coqpit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["MISSING", "Coqpit", "check_argument"]

__version__ = importlib.metadata.version("coqpit")
__version__ = importlib.metadata.version("coqpit-config")
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "coqpit"
name = "coqpit-config"
version = "0.1.0"
description = "Simple (maybe too simple), light-weight config management through python data-classes."
readme = "README.md"
Expand Down Expand Up @@ -55,6 +55,9 @@ exclude = [
"/tests",
]

[tool.hatch.build.targets.wheel]
packages = ["coqpit"]

[tool.ruff]
target-version = "py39"
line-length = 120
Expand Down

0 comments on commit 1c69a37

Please sign in to comment.