From 0398d9fc90c8c6ce0ba5185fbf2d821220462004 Mon Sep 17 00:00:00 2001 From: wicsp Date: Mon, 26 Aug 2024 18:38:32 +0800 Subject: [PATCH] chore: update --- pyproject.toml | 6 +++++- requirements-dev.lock | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b34b85..e833649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wicspy" -version = "0.1.1" +dynamic = ["version"] description = "A Python package for wicsp." authors = [ { name = "wicsp", email = "wicspa@gmail.com" } @@ -21,6 +21,7 @@ build-backend = "hatchling.build" managed = true dev-dependencies = [ "mypy>=1.11.2", + "ruff>=0.6.2", ] [tool.hatch.metadata] @@ -28,3 +29,6 @@ allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/wicspy"] + +[tool.hatch.version] +path = "src/wicspy/__init__.py" diff --git a/requirements-dev.lock b/requirements-dev.lock index 7076b55..3702b22 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -23,6 +23,7 @@ mypy-extensions==1.0.0 # via mypy requests==2.32.3 # via wicspy +ruff==0.6.2 tomli==2.0.1 # via mypy tqdm==4.66.5