Skip to content

Commit

Permalink
Build with hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 23, 2024
1 parent 8d6d41f commit 8f1959d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
13 changes: 0 additions & 13 deletions MANIFEST.in

This file was deleted.

11 changes: 2 additions & 9 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 = "grudge"
Expand Down Expand Up @@ -66,11 +64,6 @@ test = [
Documentation = "https://documen.tician.de/grudge"
Homepage = "https://github.com/inducer/grudge"

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

[tool.pytest.ini_options]
markers = [
"mpi: mark a test using MPI",
Expand Down

0 comments on commit 8f1959d

Please sign in to comment.