Skip to content

Commit

Permalink
Merge pull request #63 from tjsmart/fix_plugin_name
Browse files Browse the repository at this point in the history
fix: use plugin name for pytest plugin name in pyproject.toml
  • Loading branch information
bluetech authored Apr 7, 2024
2 parents c906239 + a55b025 commit f40364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-{{cookiecutter.plugin_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ dependencies = [
[project.urls]
Repository = "https://github.com/{{cookiecutter.github_username}}/pytest-{{cookiecutter.plugin_name}}"
[project.entry-points.pytest11]
django = "pytest_{{cookiecutter.module_name}}.plugin"
{{cookiecutter.plugin_name}} = "pytest_{{cookiecutter.module_name}}.plugin"

0 comments on commit f40364e

Please sign in to comment.