Skip to content

Commit 9082d75

Browse files
committed
Merge changes from develop to master branch
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 686ee22 commit 9082d75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

man/man1/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tqdm.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def read(*names, **kwargs):
7979
},
8080
entry_points={
8181
'console_scripts': [
82-
'about-code=attributecode.cmd:cli',
82+
'about=attributecode.cmd:cli',
8383
]
8484
},
8585
)

0 commit comments

Comments
 (0)