Skip to content

Commit

Permalink
Remove from verison control
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed Nov 27, 2024
1 parent 638ed15 commit 4bfab0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ database/

pdm.lock
.pdm-python
precovery/_version.py
1 change: 0 additions & 1 deletion precovery/_version.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ precovery-index = "precovery.ingest:index"
[tool.pdm.version]
source = "scm"
write_to = "precovery/_version.py"
write_template = '__version__ = "{}" # noqa: E501'
write_template = '__version__ = "{}"'

[tool.pytest.ini_options]
python_functions = "test_*"
Expand Down

0 comments on commit 4bfab0a

Please sign in to comment.