We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c508d9 commit 8e19053Copy full SHA for 8e19053
2 files changed
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include lama_aesthetics/styles/*.mplstyle
2
+
pyproject.toml
@@ -39,6 +39,9 @@ requires-python = ">=3.10"
39
readme = "README.md"
40
license = { text = "MIT license" }
41
42
+[tool.setuptools.package-data]
43
+lama_aesthetics = ["styles/*.mplstyle"]
44
45
[project.optional-dependencies]
46
optional_dependencies = []
47
all = ["lama-aesthetics[dev,docs]"]
0 commit comments