-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (22 loc) · 820 Bytes
/
pyproject.toml
File metadata and controls
26 lines (22 loc) · 820 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 = ["scikit-build-core", "nanobind"]
build-backend = "scikit_build_core.build"
[project]
name = "tdf_writer"
version = "0.0.1"
description = "Parallelized writer of TDF files"
authors = [{ name="Michał Startek", email="michal.startek@mimuw.edu.pl" }]
maintainers = [{ name="Michał Startek", email="michal.startek@mimuw.edu.pl" }]
dependencies = ["numpy"]
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 4 - Beta",
]
keywords = []
[project.urls]
"Homepage" = "https://github.com/michalsta/tdf_writer"
"Repository" = "https://github.com/michalsta/tdf_writer.git"
[tool.scikit-build]
sdist.exclude = [".github", ".gitignore", "tests"]