-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (28 loc) · 838 Bytes
/
pyproject.toml
File metadata and controls
33 lines (28 loc) · 838 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
30
31
32
33
[build-system]
requires = ["setuptools>=61.0",
"astropy>=5.3.1",
"scipy>=1.11.1",
"numpy>=1.25.2",
"matplotlib>=3.7.2",
"lmfit>=1.2.2"
]
build-backend = "setuptools.build_meta"
[project]
name = "astrostreampy"
version = "1.9.0"
authors = [
{ name="Jan-Niklas Pippert", email="jnpippert@usm.lmu.de" },
]
description = "Package to model stellar tidal streams."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/jnpippert/streamPy"
"Bug Tracker" = "https://github.com/jnpippert/streamPy/issues"
[tool.setuptools.packages.find]
exclude = ["sample_images*","*fits","test.py","*txt"]