We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1df532 commit 7e8800bCopy full SHA for 7e8800b
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
setup(
16
name='pytelemetrycli',
17
18
- version='1.0.0',
+ version='1.0.1',
19
20
description='command-line interface for superior communication with any embedded device.',
21
long_description=long_description,
@@ -75,7 +75,7 @@
75
# pip to create the appropriate form of executable for the target platform.
76
entry_points={
77
'console_scripts': [
78
- 'tlm = pytelemetrycli.cli:main',
+ 'pytlm = pytelemetrycli.cli:pytlm',
79
],
80
},
81
)
0 commit comments