Skip to content

Commit

Permalink
poetry files to work on issue leblancfg#148 and protocol to build and…
Browse files Browse the repository at this point in the history
… publish (in PR comment)
  • Loading branch information
andrewrgarcia committed Jan 17, 2023
1 parent b35257b commit e552999
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "autocrop"
version = "1.3.0"
description = "Automatically crops faces from batches of pictures"
authors = ["Francois Leblanc <[email protected]>"]
license = "BSD License (BSD 2-Clause)"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit e552999

Please sign in to comment.