Skip to content

Commit

Permalink
pyproject: switch to hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Nov 24, 2024
1 parent 60ef949 commit ca2d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

20 changes: 2 additions & 18 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 = "arraycontext"
Expand Down Expand Up @@ -57,20 +55,6 @@ test = [
Documentation = "https://documen.tician.de/arraycontext"
Homepage = "https://github.com/inducer/arraycontext"

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

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

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

[tool.ruff]
preview = true

Expand Down

0 comments on commit ca2d7c4

Please sign in to comment.