forked from mamba-org/mamba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
34 lines (32 loc) · 862 Bytes
/
pyproject.toml
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
27
28
29
30
31
32
33
34
[build-system]
requires = [
"setuptools>=42",
"wheel",
"scikit-build>=0.13",
"cmake>=3.18",
"ninja",
]
build-backend = "setuptools.build_meta"
[project]
name = "libmambapy"
authors = [
{name = "Wolf Vollprecht"},
{name = "Adrien Delsalle"},
{name = "Jonas Haag"},
{name = "QuantStack", email = "[email protected]"},
{name = "Other contributors"},
]
maintainers = [
{name = "QuantStack", email = "[email protected]"},
]
description = "A fast library to interact with the Conda package ecosystem"
requires-python = ">=3.7"
keywords = ["mamba", "conda", "packaging"]
license = {text = "BSD-3-Clause"}
dependencies = []
dynamic = ["version"]
[projet.url]
Documentation = "https://mamba.readthedocs.io"
Repository = "https://github.com/mamba-org/mamba/"
[tool.setuptools]
platforms = ["Windows", "Linux", "Mac OS X"]