Skip to content

Commit

Permalink
setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Dec 14, 2024
1 parent 8187102 commit dc832a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,18 @@ packages = [
"blog2epub.crawlers",
"blog2epub.crawlers.article_factory",
"blog2epub.models",
"assets",
]

[tool.setuptools.package-dir]
blog2epub = "blog2epub"
blog2epub.common = "common"
blog2epub.crawlers = "crawlers"
blog2epub.models = "models"

[tool.setuptools.package-data]
assets = ["*.ttf", "*.png"]

[tool.poetry]
name = "blog2epub"
version = "1.5.0"
Expand Down

0 comments on commit dc832a4

Please sign in to comment.