-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (22 loc) · 788 Bytes
/
pyproject.toml
File metadata and controls
26 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=7", "setuptools-rust"]
[tool.setuptools_scm]
write_to = "filprofiler/_version.py"
[tool.towncrier]
package = 'filprofiler'
package_dir = '.'
filename = 'CHANGELOG.md'
directory = ".changelog"
template = ".changelog/template.md"
title_format = "# Fil {version} ({project_date})"
issue_format = "[#{issue}](https://github.com/pythonspeed/filprofiler/issues/{issue})"
start_string = "<!-- TOWNCRIER -->\n"
underlines = ["", "", ""]
[tool.cibuildwheel]
# Disable building PyPy wheels, since we use CPython internals, and 3.10 until
# it's ready.
skip = ["pp*"]
[tool.cibuildwheel.linux]
before-all = ""
environment = 'PATH="$HOME/.cargo/bin":$PATH'
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"