-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
24 lines (22 loc) · 1.13 KB
/
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
[project]
name = "cap_sample_data"
version = "0.1.0"
description = "This Python package provides test data for the MO Clean Air Project."
authors = [{name="Rachel McInnes", email="[email protected]"},
{name="Noel Nelson", email="[email protected]"},
{name="Catherine Lucas", email="[email protected]"},
{name="Barnaby Sherratt", email="[email protected]"},
{name="Benjamin Drummond", email="[email protected]"},
{name="Eleanor Smith", email="[email protected]"},
{name="Chris R Bunney", email="[email protected]"},
{name="Corinne Bosley", email="[email protected]"},
{name="Thomas Wilson", email="[email protected]"}]
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.7"
[project.urls]
repository = "https://github.com/ADAQ-AQI/cap-sample-data"
documentation = "https://github.com/ADAQ-AQI/cap-sample-data#readme"
[build-system]
requires = ["setuptools >= 48.0", "setuptools_scm[toml]>=6.2", "wheel"]
build-backend = "setuptools.build_meta"