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 6, 2024
1 parent 26b6c7e commit f1cc965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
15 changes: 0 additions & 15 deletions MANIFEST.in

This file was deleted.

18 changes: 2 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
build-backend = "hatchling.build"
requires = [
"setuptools>=63",
"hatchling",
]

[project]
Expand Down Expand Up @@ -53,20 +53,6 @@ Documentation = "https://documen.tician.de/modepy"
Homepage = "https://mathema.tician.de/software/modepy"
Repository = "https://github.com/inducer/modepy"

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

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

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

[tool.ruff]
preview = true

Expand Down

0 comments on commit f1cc965

Please sign in to comment.