Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoldMorgan committed Feb 28, 2021
1 parent c2b9652 commit 034f920
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Composer_Version_Manager.egg-info
build
dist
.DS_Store

# Dist
*.spec
build/
dist/
3 changes: 3 additions & 0 deletions cvm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ def main():
return

command().exec(args)

if __name__ == '__main__':
main()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
],
},
python_requires='>=3'
)
)

0 comments on commit 034f920

Please sign in to comment.