Squashed commit of the following:
commit 0cd2ba80b8
Author: Cal Wing <cal@wing.id.au>
Date: Thu Mar 26 16:16:36 2026 +1000
Inital Refactor into Library
This commit is contained in:
+10
-3
@@ -1,9 +1,16 @@
|
||||
[project]
|
||||
name = "makeGraph"
|
||||
version = "0.1.12"
|
||||
name = "makegraph"
|
||||
version = "0.2.0"
|
||||
description = "A custom python Matplotlib wrapper"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
authors = [
|
||||
{ name = "Cal Wing", email = "cal@wing.id.au" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"matplotlib>=3.10.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.10.2,<0.11.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
Reference in New Issue
Block a user