MANIFEST.in
README.md
requirements.txt
setup.py
gspm/__init__.py
gspm/__main__.py
gspm/gspm.py
gspm/options.py
gspm/parser.py
gspm/project.py
gspm.egg-info/PKG-INFO
gspm.egg-info/SOURCES.txt
gspm.egg-info/dependency_links.txt
gspm.egg-info/entry_points.txt
gspm.egg-info/requires.txt
gspm.egg-info/top_level.txt
gspm.egg-info/zip-safe
gspm/assets/icon.png
gspm/commands/__init__.py
gspm/commands/clean.py
gspm/commands/edit.py
gspm/commands/export.py
gspm/commands/install.py
gspm/commands/new.py
gspm/commands/run.py
gspm/commands/test.py
gspm/commands/update.py
gspm/templates/default/.gitignore
gspm/templates/default/cookiecutter.json
gspm/templates/default/{{cookiecutter.project_name}}/icon.png
gspm/templates/default/{{cookiecutter.project_name}}/project.yml
gspm/templates/default/{{cookiecutter.project_name}}/{{cookiecutter.godot_config}}
gspm/templates/ludumdare/.gitignore
gspm/templates/ludumdare/cookiecutter.json
gspm/templates/ludumdare/{{cookiecutter.project_name}}/about.bb
gspm/templates/ludumdare/{{cookiecutter.project_name}}/ca-certificates.crt
gspm/templates/ludumdare/{{cookiecutter.project_name}}/dreamlo.cfg
gspm/templates/ludumdare/{{cookiecutter.project_name}}/export_presets.cfg
gspm/templates/ludumdare/{{cookiecutter.project_name}}/game.cfg
gspm/templates/ludumdare/{{cookiecutter.project_name}}/help.bb
gspm/templates/ludumdare/{{cookiecutter.project_name}}/icon.png
gspm/templates/ludumdare/{{cookiecutter.project_name}}/message.bb
gspm/templates/ludumdare/{{cookiecutter.project_name}}/project.godot
gspm/templates/ludumdare/{{cookiecutter.project_name}}/project.yml
gspm/templates/ludumdare/{{cookiecutter.project_name}}/game/resources/game_settings_resource.gd
gspm/templates/ludumdare/{{cookiecutter.project_name}}/game_work/game_work.gd
gspm/templates/ludumdare/{{cookiecutter.project_name}}/game_work/game_work.tscn
gspm/templates/sdn/.gitignore
gspm/templates/sdn/cookiecutter.json
gspm/templates/sdn/{{cookiecutter.project_name}}/icon.png
gspm/templates/sdn/{{cookiecutter.project_name}}/project.godot
gspm/templates/sdn/{{cookiecutter.project_name}}/project.yml
gspm/templates/simple/.gitignore
gspm/templates/simple/cookiecutter.json
gspm/templates/simple/{{cookiecutter.project_name}}/icon.png
gspm/templates/simple/{{cookiecutter.project_name}}/project.godot
gspm/templates/simple/{{cookiecutter.project_name}}/project.yml
gspm/utils/__init__.py
gspm/utils/asset_utils.py
gspm/utils/git_utils.py
gspm/utils/godot_utils.py
gspm/utils/path_utils.py
gspm/utils/process_utils.py
gspm/utils/versions.py