add setup.cfg/setup.py/pyproject.toml

This commit is contained in:
James Woglom
2021-10-20 00:15:23 -04:00
parent c33a674bad
commit 2e5d8fc793
7 changed files with 113 additions and 42 deletions
+3
View File
@@ -0,0 +1,3 @@
from setuptools import setup
setup()