diff --git a/setup.cfg b/setup.cfg index 4a4735a2d3..01f29a5eb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =