This commit is contained in:
leo
2025-01-20 14:57:31 +08:00
commit a0b76f1d51
14 changed files with 318 additions and 0 deletions

9
cookiecutter.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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"
}