Skip to content

Commit 3e99f6d

Browse files
committed
Added pyproject.toml
1 parent 6f927ec commit 3e99f6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[project]
2+
name = "mandelbrot-scripts"
3+
version = "1.0.0"
4+
description = "Mandelbrot checksum scripts for benchmarking Python 3.14's free-threaded interpreter"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
dependencies = []

0 commit comments

Comments
 (0)