Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,12 @@ project_urls =
Bug Tracker = https://github.com/Taxel/PlexTraktSync/issues

[options]
packages =
plextraktsync
plextraktsync.commands
plextraktsync.config
plextraktsync.decorators
plextraktsync.logger
plextraktsync.media
plextraktsync.mixin
plextraktsync.plan
plextraktsync.plex
plextraktsync.queue
plextraktsync.rich
plextraktsync.sync
plextraktsync.trakt
plextraktsync.util
plextraktsync.watch
packages = find:
python_requires = >=3.8
include_package_data = True

[options.packages.find]
exclude =
tests
include = plextraktsync

[options.entry_points]
console_scripts =
Expand Down