Skip to content

Commit

Permalink
tmp fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 27, 2024
1 parent 3aed879 commit 18beec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ doc = [
[tool.setuptools]
py-modules = []

[tool.setuptools.packages.find]
include = ["{{cookiecutter.package_name}}"]

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"{{cookiecutter.repo_name}}/tests",
"{{cookiecutter.package_name}}/tests",
]

[tool.black]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Add imports here
from importlib.metadata import version

__version__ = version("{{cookiecutter.package_name}}")
__version__ = version("{{cookiecutter.repo_name}}")

0 comments on commit 18beec1

Please sign in to comment.