summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-07-27 22:00:08 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-07-27 22:00:08 -0300
commit474d948db7b8e7594335d1838dbdfdacb08a1e7d (patch)
tree4485cb8bd89832ae5a4f2b1d9125aba89c1a6582
parentc80a738c806697369d77b522b1f2524eec9e2c11 (diff)
Fix setup.py
Oops
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a14854e..8d517e0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 import setuptools
 
-setuptools.setup(packages=["gan385e734a52e13949a7a5c71827f6de920dbfea43"], install_requires=[
+setuptools.setup(name="gan385e734a52e13949a7a5c71827f6de920dbfea43", packages=["ganarchy"], install_requires=[
     "gan0f74bd87a23b515b45da7e6f5d9cc82380443dab",  # a boneless datastructure library
     "Click", "Jinja2", "qtoml", "requests"])