File size: 688 Bytes
84f2155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "practical-astronomy"
version = "1.0.2"
authors = [{ name = "Jim Carr", email = "jfcarr@gmail.com" }]
description = "Algorithms from Practical Astronomy, implemented in Python"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/jfcarr/practical-astronomy-python"
Issues = "https://github.com/jfcarr/practical-astronomy-python/issues"
Documentation = "https://jfcarr.github.io/practical-astronomy-python"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"