[eryntools] Make eryntools a full-fledged package

This commit is contained in:
Eryn Wells 2024-03-05 11:01:37 -08:00
parent 7f2ab12b1e
commit 05b5fef583
2 changed files with 9 additions and 0 deletions

View file

View file

@ -0,0 +1,9 @@
[project]
name = "eryntools"
version = "0.0.1"
authors = [
{ name="Eryn Wells", email="eryn@erynwells.me" }
]
description = "A collection of utilities and tools by and for Eryn Wells."
readme = "README.md"
requires-python = ">=3.9"