diff --git a/setup.py b/setup.py index 09a676c..af12642 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='mathgenerator', version='1.1.5', description='An open source solution for generating math problems', - url='https://github.com/todarith/mathgenerator', + url='https://github.com/lukew3/mathgenerator', author='Luke Weiler', author_email='lukew25073@gmail.com', license='MIT',