Skip to content

Commit

Permalink
Update setup.py for release (#2)
Browse files Browse the repository at this point in the history
Names
  • Loading branch information
matthewphsmith authored Sep 17, 2019
1 parent 87f42ad commit 4587cea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:/mnmelo/lazy_import',
author='Manuel Nuno Melo',
author_email='manuel.nuno.melo@gmail.com',
url='https:/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',
Expand Down

0 comments on commit 4587cea

Please sign in to comment.