Skip to content

Commit

Permalink
Merge pull request #5 from ucgmsim/package_metadata
Browse files Browse the repository at this point in the history
Package metadata
  • Loading branch information
lispandfound committed Jun 17, 2024
2 parents b847676 + 9585719 commit 4b3106b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "nshmdb"
authors = [{name="QuakeCoRE"}]
description = "A library for working with 2022 NSHM fault geometry"
readme = "README.md"
requires-python = ">=3.7"
dynamic = ["dependencies", "version"]

[project.scripts]
nshm_db_generator = "nshmdb.scripts.nshm_db_generator:app"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy
pandas
pygments
pygmt
qcore
qcore @ git+https://github.com/ucgmsim/qcore
scipy
tqdm
typer

0 comments on commit 4b3106b

Please sign in to comment.