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 24, 2024
1 parent f7f54c6 commit 003beee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
17 changes: 0 additions & 17 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 = "meshmode"
Expand Down Expand Up @@ -62,20 +60,6 @@ visualization = [
Documentation = "https://documen.tician.de/meshmode"
Repository = "https://github.com/inducer/meshmode"

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

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

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

[tool.ruff]
preview = true

Expand Down

0 comments on commit 003beee

Please sign in to comment.