From 4fa05dde8b3cb7eaca05e0a92fa3872d0050762c Mon Sep 17 00:00:00 2001 From: Cat Chenal Date: Wed, 22 Mar 2023 17:48:49 -0400 Subject: [PATCH] add: pyproject.toml Deleted setup.py and requirements.txt. Closes #9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82a03bd..d21ffdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -#pyproject.toml +# pyproject.toml [build-system] requires = ["setuptools", "setuptools-scm"]