-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (22 loc) · 835 Bytes
/
pyproject.toml
File metadata and controls
24 lines (22 loc) · 835 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
[build-system]
requires = ["setuptools>=61.0","numpy>=1.23.3"]
build-backend = "setuptools.build_meta"
[project]
name = "fchart3"
version = "0.12.2"
authors = [
{ name="Vladimir Dvorak (skybber)", email="lada.dvorak7@gmail.com" },
]
description = "Collection of Python scripts to make beautiful deepsky charts in various formats"
readme = "README.md"
requires-python = ">=3.0"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
]
dependencies = ['numpy', 'pycairo', 'Pillow', 'pandas', 'skyfield', 'astroquery']
keywords = ['fchart3 starchart star charts finder chart astronomy map']
[project.urls]
"Homepage" = "https://github.com/skybber/fchart3"
"Bug Tracker" = "https://github.com/skybber/fchart3/issues"