Skip to content

Commit

Permalink
add script, fix authors
Browse files Browse the repository at this point in the history
  • Loading branch information
lispandfound committed Jun 6, 2024
1 parent 6bfdf8f commit a43de1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "nshmdb"
authors = "QuakeCoRE"
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"]}

0 comments on commit a43de1a

Please sign in to comment.