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 989a21d commit 1882b39Copy full SHA for 1882b39
.gitignore
@@ -3,3 +3,4 @@ misc/
3
.tox
4
gdtoolkit.egg-info/
5
.mypy_cache/
6
+dist/
README.md
@@ -16,7 +16,7 @@ To install this project you need `python3` and `pip`.
16
Use this command in your terminal to install from this git repository:
17
18
```
19
-pip3 install godot-gdscript-toolkit
+pip3 install gdtoolkit
20
21
22
## Linting with gdlint
0 commit comments