-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 865 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 865 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
27
28
29
# [build-system]
# requires = ["setuptools"]
# build-backend = "setuptools.build_meta"
[project]
name="blaauw"
version="0.1.0"
description="Blaauw archive database connection, tools and scripts"
readme="README.md"
# dependencies=["astropy", "requests"]
requires-python=">= 3.8"
authors = [
{name = "Sten Sipma", email="sipma@astro.rug.nl"},
]
keywords=["astronomy", "database", "client", "coordinates", "wcs", "api", "virtual observatory"]
classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Image Recognition",
"Natural Language :: English",
]
[project.urls]
Repository = "https://github.com/PracticalAstronomyCrew/blaauw-archive"
[tools.isort]
profile = "black"