From fc6fc64ca3ff7df62dd270fc021f674e56b2dedf Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 25 Feb 2024 12:07:31 +0800 Subject: chore(project): change package name & build-system --- pyproject.toml | 9 ++++++--- 1 file 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 -- cgit v1.2.3-70-g09d2