diff setup.py @ 26:7d3cc440e578

add setup.py
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sun, 21 Nov 2021 18:54:10 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.py	Sun Nov 21 18:54:10 2021 +0100
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+
+setup()
\ No newline at end of file