Skip to content

Commit

Permalink
feat: Add cookiecutter.json to turn the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Apr 6, 2024
1 parent 8403a9a commit 23750a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"package_name": "example_package",
"version": "0.1.0",
"description": "An example package",
"author_name": "Your Name",
"author_email": "[email protected]",
"python_version": "3.11"
}

0 comments on commit 23750a1

Please sign in to comment.