Skip to content

Commit

Permalink
Switch to building with hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 22, 2024
1 parent 5d99e4a commit 09ea56c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
23 changes: 0 additions & 23 deletions MANIFEST.in

This file was deleted.

26 changes: 12 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=63",
]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "loopy"
Expand Down Expand Up @@ -62,22 +60,22 @@ fortran = [
"ply>=3.6",
]

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

[tool.hatch.build.targets.sdist]
exclude = [
"/.git*",
"/doc/_build",
"/run-*.sh",
]

[project.scripts]

[project.urls]
Documentation = "https://documen.tician.de/loopy"
Homepage = "https://github.com/inducer/loopy"

[tool.setuptools.packages.find]
include = [
"loopy*",
]

[tool.setuptools.package-data]
loopy = [
"py.typed",
]

[tool.setuptools.package-dir]
# https://github.com/Infleqtion/client-superstaq/pull/715
"" = "."
Expand Down

0 comments on commit 09ea56c

Please sign in to comment.