forked from mgieles/clusterbh
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 860 Bytes
/
pyproject.toml
File metadata and controls
35 lines (31 loc) · 860 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
34
35
[project]
name = "clusterbh"
version = "0.2.0"
description = "Fast model for GC with BHs"
authors = [
{name = "Fotis Fronimos", email = "fotisfronimos@icc.ub.edu"},
{name = "Mark Gieles", email = "mgieles@gmail.com"},
]
readme = "README.md"
requires-python = ">=3.10"
keywords = ["clusterbh"]
license = {file = "LICENSE"}
dependencies = [
"scipy",
"numpy",
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
]
[project.urls]
repository = "https://github.com/ffronimo/clusterbh"
# documentation = "https://clusterbh.readthedocs.org"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["clusterbh"]