Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 26, 2024
1 parent bbebb61 commit 1e165e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "HinetPy"
description = "A Python package to request and process seismic waveform data from NIED Hi-net"
description = "A Python package for accessing and processing NIED Hi-net seismic data"
readme = "README.rst"
requires-python = ">=3.8"
authors = [{name = "Dongdong Tian", email = "seisman.info@gmail.com"}]
Expand Down Expand Up @@ -36,11 +36,11 @@ documentation = "https://seisman.github.io/HinetPy/"
repository = "https://github.com/seisman/HinetPy"

[tool.setuptools]
license-files = ["LICENSE.txt"]
license-files = ["LICENSE"]

[tool.setuptools.packages.find]
include = ["HinetPy*"]
exclude = ["docs", "tests"]
exclude = ["docs", "tests", "paper"]

[tool.setuptools_scm]
local_scheme = "node-and-date"
Expand Down

0 comments on commit 1e165e7

Please sign in to comment.