Files
py_starter/cookiecutter.json
2025-01-20 14:57:31 +08:00

10 lines
376 B
JSON

{
"project_name": "Python Boilerplate",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
"email": "leolswq@163.com",
"github_username": "leo03wzz",
"secret_key": "super_secret",
"version": "0.1.0"
}