Skip to content

Commit a33998a

Browse files
authored
Merge pull request #1 from mjkallen/patch-1
Fixed typo in module name
2 parents cf865ef + b869049 commit a33998a

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)