Skip to content

Commit

Permalink
Merge pull request #386 from Jerakin/fix/include-pyx-file
Browse files Browse the repository at this point in the history
fix: include pyx file in build
  • Loading branch information
kyamagu committed Jan 6, 2024
2 parents aafc4df + 223c95b commit fc79854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include src/psd_tools/compression/_rle.pyx
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -50,7 +50,7 @@ psd-tools = "psd_tools.__main__:main"
where = ["src"]

[tool.setuptools.package-data]
mypkg = ["*.pyx"]
psd_tools = ["*.pyx"]

[tool.setuptools.dynamic]
version = { attr = "psd_tools.version.__version__" }
Expand Down

0 comments on commit fc79854

Please sign in to comment.