We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b9652 commit 034f920Copy full SHA for 034f920
.gitignore
@@ -9,3 +9,8 @@ Composer_Version_Manager.egg-info
9
build
10
dist
11
.DS_Store
12
+
13
+# Dist
14
+*.spec
15
+build/
16
+dist/
cvm/cli.py
@@ -57,3 +57,6 @@ def main():
57
return
58
59
command().exec(args)
60
61
+if __name__ == '__main__':
62
+ main()
setup.py
@@ -9,4 +9,4 @@
],
},
python_requires='>=3'
-)
+)
0 commit comments