Skip to content

Commit

Permalink
Fixed the default entry point name
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 7, 2024
1 parent 524ea7c commit 8bdf59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ doc = [
]

[project.entry-points."asphalt.components"]
example = "asphalt.{{ project_name }}:{{ component_name }}"
{{ project_name }} = "asphalt.{{ project_name }}:{{ component_name }}"

[tool.setuptools_scm]
version_scheme = "post-release"
Expand Down

0 comments on commit 8bdf59d

Please sign in to comment.