Skip to content

Commit

Permalink
Switch to hatchling for build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 13, 2024
1 parent 2e9cf0d commit 07c2013
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

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

[project]
name = "pytools"
version = "2024.1.14"
version = "2024.1.15"
description = "A collection of tools for Python"
readme = "README.rst"
license = { text = "MIT" }
Expand Down Expand Up @@ -53,18 +51,12 @@ siphash = [
Documentation = "https://documen.tician.de/pytools/"
Homepage = "https://github.com/inducer/pytools/"

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

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

[tool.setuptools.package-data]
pytools = [
"py.typed",
[tool.hatch.build.targets.sdist]
exclude = [
"/.git*",
"/doc/_build",
"/.editorconfig",
"/run-*.sh",
]

[tool.ruff]
Expand Down

0 comments on commit 07c2013

Please sign in to comment.