diff --git a/setup.py b/setup.py index f98acfa..b305c41 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ Anything that I repeatedly implement probably ends up in here. """ setup( - name='xenua', + name='xenua_tools', version='0.1.0', description='Miscellaneous functions that are sometimes helpful', long_description=long_description,