diff options
| author | 2024-02-25 12:07:31 +0800 | |
|---|---|---|
| committer | 2024-02-25 12:07:31 +0800 | |
| commit | fc6fc64ca3ff7df62dd270fc021f674e56b2dedf (patch) | |
| tree | 4f44ebfdd6429a97c220cf58d4af9771b848d766 | |
| parent | d35d3cbe89168bf581b6f95364bbe3f66b3297d4 (diff) | |
| download | TRPGNivis-fc6fc64ca3ff7df62dd270fc021f674e56b2dedf.tar.gz TRPGNivis-fc6fc64ca3ff7df62dd270fc021f674e56b2dedf.zip | |
chore(project): change package name & build-system
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3fbd5ee..e068ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "nivis-python" +name = "nivis" version = "0.1.1a1" description = "Python implementation for Nivis." authors = [{ name = "简律纯", email = "i@jyunko.cn" }] @@ -85,6 +85,9 @@ skip-magic-trailing-comma = false # Like Black, automatically detect the appropriate line ending. line-ending = "auto" +[tool.hatch.build.targets.sdist] +include = ["/README.rst", "/nivis"] + [build-system] -requires = ["pdm-backend"] -build-backend = "pdm.backend" +requires = ["hatchling"] +build-backend = "hatchling.build"
\ No newline at end of file |
