Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter authored Jul 30, 2024
1 parent 0013852 commit dbc7c26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{ cookiecutter.__project_slug }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies = [

[project.optional-dependencies]
dev = [
"autora-core[dev]"
"autora-core[dev]",
"autora"
]

[project.urls]
Expand All @@ -31,4 +32,4 @@ documentation = "https://autoresearch.github.io/autora/"
build-backend = "setuptools.build_meta"

{% if cookiecutter.__contrib_utilities == "advanced" %}[tool.setuptools_scm]
{% endif %}
{% endif %}

0 comments on commit dbc7c26

Please sign in to comment.