Fancy Math project

This commit is contained in:
2025-10-21 14:31:24 -05:00
parent bbb2439ac8
commit 1307627cba
5 changed files with 21 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "fancymath"
version = "0.0.1"
readme = "README.md"
[build-system]
requires = ["setuptools>61"]
build-backend = "setuptools.build_meta"