diff --git a/setup.py b/setup.py index 9b3223d..fd97792 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ scripts=[ ], install_requires=[ - ] + ], license='MIT', url=f'https://github.com/sgherbst/{name}', author='Steven Herbst',