-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 1.01 KB
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 1.01 KB
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
[project]
name = "ScopeSim_Data"
version = "0.0.1-alpha"
description = "Data often used by ScopeSim and related tools."
readme = "README.md"
requires-python = ">=3.8"
license = {text = "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"}
authors = [
{name = "Hugo Buddelmeijer", email="hugo@buddelmeijer.nl"},
]
maintainers = [
{name = "Kieran Leschinski", email="kieran.leschinski@unive.ac.at"},
{name = "Hugo Buddelmeijer", email="hugo@buddelmeijer.nl"},
]
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = []
[project.urls]
"Source" = "https://github.com/AstarVienna/ScopeSim_Data"
# TODO: Figure out whether the below actually puts the script in the PATH somewhere.
[tools.setuptools]
script_files = "bin/download_scopesim_data.sh"
[tool.setuptools.packages]
find = {}