add nanosvg package (#50)

This commit is contained in:
Adeeb Shihadeh
2026-03-13 13:40:12 -07:00
committed by GitHub
parent 950d288e77
commit 8d9b59b9d0
6 changed files with 112 additions and 0 deletions

15
nanosvg/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "nanosvg"
version = "0.0.1"
description = "NanoSVG: simple SVG parser and rasterizer"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["nanosvg*"]
[tool.setuptools.package-data]
nanosvg = ["install/**/*"]