migrate to uv

This commit is contained in:
Chris Proctor
2026-01-13 16:27:33 -05:00
parent add439ecb2
commit b9d94ab31d
3 changed files with 31 additions and 32 deletions

18
poetry.lock generated
View File

@@ -1,18 +0,0 @@
# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand.
[[package]]
name = "superturtle"
version = "0.2.0"
description = "Extensions to Python's turtle"
optional = false
python-versions = "<4.0,>=3.9"
groups = ["main"]
files = [
{file = "superturtle-0.2.0-py3-none-any.whl", hash = "sha256:ca3a31be3259387b4490846adbf64502acc9d23472912cc43497ab170e89f506"},
{file = "superturtle-0.2.0.tar.gz", hash = "sha256:807fb419c1dba9cb809a22a68e72c0193bdeed4a9326eb36ad940b2a7ff6ac04"},
]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "6aad436bbbf760fa856344262eab22d62a167cac4e5dfefbf4be77d5a37428c9"

View File

@@ -1,21 +1,16 @@
[project] [project]
name = "lab-scatter" name = "lab-scatter"
version = "0.1.0" version = "5.0.0"
description = "" description = ""
license = {text = "MIT"} authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0" requires-python = ">=3.10,<4.0"
dependencies = [ readme = "README.md"
"superturtle (>=0.2.0,<0.3.0)" license = { text = "MIT" }
] dependencies = ["superturtle (>=0.2.0,<0.3.0)"]
[build-system] [build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"] requires = ["hatchling"]
build-backend = "poetry.core.masonry.api" build-backend = "hatchling.build"
[tool.poetry] [tool.uv]
package-mode = false package = false

22
uv.lock generated Normal file
View File

@@ -0,0 +1,22 @@
version = 1
requires-python = ">=3.10, <4.0"
[[package]]
name = "lab-scatter"
version = "5.0.0"
source = { virtual = "." }
dependencies = [
{ name = "superturtle" },
]
[package.metadata]
requires-dist = [{ name = "superturtle", specifier = ">=0.2.0,<0.3.0" }]
[[package]]
name = "superturtle"
version = "0.2.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/6a/92/126ebdb094cce3d058746c99148acb2fb3a132998d69f2945f344e837d04/superturtle-0.2.0.tar.gz", hash = "sha256:807fb419c1dba9cb809a22a68e72c0193bdeed4a9326eb36ad940b2a7ff6ac04", size = 9611 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/bf/a6/221c4dab508d0f2c9c80fe89cc16b4b1df8be98a7458d48cf298f1d993ba/superturtle-0.2.0-py3-none-any.whl", hash = "sha256:ca3a31be3259387b4490846adbf64502acc9d23472912cc43497ab170e89f506", size = 11177 },
]