mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-08-11 05:42:52 +08:00
fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package := "{{cookiecutter.package_name}}"
|
||||
package := "{{cookiecutter.project_name.lower().replace(' ', '_')}}"
|
||||
|
||||
# put your run commands here
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user