Skip to content

Commit 23b2f3c

Browse files
committed
Fix cmd name
1 parent dd94e61 commit 23b2f3c

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
@@ -20,7 +20,7 @@
2020
zip_safe=False,
2121

2222
entry_points = {'console_scripts': [
23-
'command-name = conntestd.app:main',],},
23+
'conntestd = conntestd.app:main',],},
2424

2525
package_data={'/conntestd/templates':['*'],
2626
'/conntestd/static/js':['*'],

0 commit comments

Comments
 (0)