Skip to content

Commit

Permalink
feat: Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Apr 6, 2024
1 parent 23750a1 commit 4538d92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "example-package"
version = "0.1.0"
description = "example_description"
authors = ["dan <[email protected]>"]
name = "{{cookiecutter.package_name}}"
version = "{{cookiecutter.version}}"
description = "{{cookiecutter.description}}"
authors = ["{{cookiecutter.author_name}} <{{cookiecutter.author_email}}>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^{{cookiecutter.python_version}}"

[tool.poetry.group.test.dependencies]
pytest = "^8.1.1"
Expand Down

0 comments on commit 4538d92

Please sign in to comment.