summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-02-03 11:30:04 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-02-03 11:30:04 -0300
commite9f667fdb1cf4176d9bd62e7fbbecedb60cde008 (patch)
tree06f5f35148cfcb371fd8203679e0c25c021a6bce /setup.py
parentbc9bfb31bb009a7f3fa8ce79a4f1afdb74ce58c0 (diff)
Add broken stuff
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..4dc391f
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+import setuptools
+
+setuptools.setup(name="abdl", version="2.1.0", packages=["abdl"])