diff --git a/setup.py b/setup.py index b2f1835..89b7fe7 100644 --- a/setup.py +++ b/setup.py @@ -10,15 +10,15 @@ tests_require = ['pytest>=4.4.0', 'pytest-xdist'] -setup(name='lazy_import', +setup(name='sloth_import', version=version, description='A module for lazy loading of Python modules', long_description=readme, - url='https://github.com/mnmelo/lazy_import', - author='Manuel Nuno Melo', - author_email='manuel.nuno.melo@gmail.com', + url='https://github.com/matthewphsmith/lazy_import', + author='Manuel Nuno Melo, Matthew Smith', + author_email='matthew_smith@outlook.com', license='GPL', - platforms = ["any"], + platforms=["any"], classifiers=['Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Developers',