Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Helw150 committed May 10, 2024
1 parent 9bed27d commit 8d2e2d2
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions 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 = "value"
name = "multivalue"
version = "0.1"
authors = [
{ name="Will Held", email="[email protected]" },
Expand Down Expand Up @@ -39,14 +39,14 @@ include = ["resources/*.json", "resources/*.txt", "resources/*.csv", "resources/
dev-mode-dirs = [".", "src", "resources"]

[tool.hatch.build.sources]
"src/value" = "value"
"resources" = "value/resources"
"src/multivalue" = "multivalue"
"resources" = "multivalue/resources"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["value"]
packages = ["multivalue"]

[project.urls]
"Homepage" = "value-nlp.org"
Expand All @@ -66,6 +66,4 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 119
src_paths = ["src", "tests"]
known_haliax = ["haliax"]
sections=["FUTURE", "STDLIB", "THIRDPARTY", "HALIAX", "FIRSTPARTY", "LOCALFOLDER"]
src_paths = ["src"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d2e2d2

Please sign in to comment.