Skip to content

Commit f560c14

Browse files
committed
Change package name to tmonpy so that pypi does not complain
1 parent 9255ce0 commit f560c14

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
@@ -55,7 +55,7 @@
5555
long_description=readme + '\n\n' + history,
5656
include_package_data=True,
5757
keywords='tmon',
58-
name='tmon',
58+
name='tmonpy',
5959
packages=find_packages(include=['tmon', 'tmon.*']),
6060
setup_requires=setup_requirements,
6161
extras_require={

0 commit comments

Comments
 (0)