Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Legorooj committed Mar 23, 2020
2 parents a8118ba + 440ddb4 commit 443bfd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
setup(
name='sloth-speedtest',
version=__version__,
packages=['sloth'],
packages=['sloth', 'sloth.raw'],
author='Legorooj',
maintainer='Legorooj, FluffyKoalas',
author_email='legorooj@protonmail.com',
Expand Down Expand Up @@ -39,8 +39,8 @@
],
license=__license__,
entry_points={
'console_scripts': {
'sloth': 'sloth.__main__:cli'
}
'console_scripts': [
'sloth=sloth.__main__:cli'
]
}
)

0 comments on commit 443bfd0

Please sign in to comment.