Skip to content

Commit 8e19053

Browse files
authored
fix: solve the packaging to include the styles folder (#5)
1 parent 0c508d9 commit 8e19053

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include lama_aesthetics/styles/*.mplstyle
2+

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ requires-python = ">=3.10"
3939
readme = "README.md"
4040
license = { text = "MIT license" }
4141

42+
[tool.setuptools.package-data]
43+
lama_aesthetics = ["styles/*.mplstyle"]
44+
4245
[project.optional-dependencies]
4346
optional_dependencies = []
4447
all = ["lama-aesthetics[dev,docs]"]

0 commit comments

Comments
 (0)