I have no idea what happened here...

This commit is contained in:
2021-06-30 11:07:28 -04:00
parent b01f236f7c
commit b44a63312e
716 changed files with 236008 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
name="my-test-package",
version="1.0",
zip_safe=True,
)