Skip to content

Commit

Permalink
Package plexfuse.cache, plexfuse.vfs, plexfuse.vfs.entry modules
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 12, 2024
1 parent 0789d30 commit 7320594
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ version = {attr = "plexfuse.__version__.__version__"}
plex-fuse = "plexfuse.fs.main:main"

[tool.setuptools]
packages = ["plexfuse", "plexfuse.fs", "plexfuse.plex", "plexfuse.plexvfs"]
packages = [
"plexfuse",
"plexfuse.cache",
"plexfuse.fs",
"plexfuse.plex",
"plexfuse.vfs",
"plexfuse.vfs.entry"
]

0 comments on commit 7320594

Please sign in to comment.