Skip to content

Commit 034f920

Browse files
committed
Update setup.py
1 parent c2b9652 commit 034f920

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Composer_Version_Manager.egg-info
99
build
1010
dist
1111
.DS_Store
12+
13+
# Dist
14+
*.spec
15+
build/
16+
dist/

cvm/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ def main():
5757
return
5858

5959
command().exec(args)
60+
61+
if __name__ == '__main__':
62+
main()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
],
1010
},
1111
python_requires='>=3'
12-
)
12+
)

0 commit comments

Comments
 (0)