Skip to content

Commit b869049

Browse files
author
Maarten-Jan Kallen
authored
Fixed typo in module name
An import like `from activityinfo_client import ActivityInfoClient` doesn't work because of a typo in the module name.
1 parent cf865ef commit b869049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version='1.5.0',
66
author='James Cranwell-Ward',
77
author_email='[email protected]',
8-
py_modules=['activtyinfo_client'],
8+
py_modules=['activityinfo_client'],
99
install_requires=['requests'],
1010
description='Simple python wrapper for ActivityInfo REST API'
1111
)

0 commit comments

Comments
 (0)