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.
2 parents febf800 + 42d24e6 commit d811dd2Copy full SHA for d811dd2
.github/actions/with-docker/Dockerfile
@@ -32,4 +32,4 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
32
&& rustup target add wasm32-unknown-unknown \
33
&& rustup target add wasm32v1-none
34
35
-RUN cargo install --locked stellar-cli@23.0.1
+RUN cargo install --locked stellar-cli@23.1.4
.gitignore
@@ -1,3 +1,4 @@
1
/dist/
2
__pycache__/
3
.coverage
4
+.python-version
src/komet/__main__.py
@@ -0,0 +1,4 @@
+from komet.komet import main
+
+if __name__ == '__main__':
+ main()
0 commit comments