chore: Switch to uv packaging and hatch backend
Switching this project over to the uv package manager as a pilot project for my personal use. Since this project is not yet widely used I can use it as an experimental playground for discovering uv further without interrupting anybody's workflow.
This commit is contained in:
parent
779519f580
commit
103c2ea2fc
5 changed files with 819 additions and 1186 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import re
|
||||
|
||||
import click
|
||||
import papis.cli
|
||||
import papis.config
|
||||
|
|
@ -159,5 +160,7 @@ def run(
|
|||
if valid_files == 0:
|
||||
# have to remove curlys or papis logger gets upset
|
||||
desc = re.sub("[{}]", "", papis.document.describe(doc))
|
||||
logger.info(f"Document {desc} has no valid extractors for any of its files.")
|
||||
logger.info(
|
||||
f"Document {desc} has no valid extractors for any of its files."
|
||||
)
|
||||
exporter.run(doc_annots)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue