Skip to content

Commit

Permalink
Package trakt.auth subpackage (#67)
Browse files Browse the repository at this point in the history
Apparently it wasn't included in pip package at all.

Fix for Taxel/PlexTraktSync#2167
  • Loading branch information
glensc authored Jan 30, 2025
2 parents 91d3a20 + bcd1165 commit 23b79f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('requirements.txt') as f:
requires = [line.strip() for line in f if line.strip()]

packages = ['trakt']
packages = ['trakt', 'trakt.auth']
description = ('Pythonic abstraction layer for easier scripting of the '
'Trakt.tv REST API.')

Expand Down

0 comments on commit 23b79f3

Please sign in to comment.