init
This commit is contained in:
9
cookiecutter.json
Normal file
9
cookiecutter.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user