Skip to content

Commit e800ac3

Browse files
fix: add storage packages to setup.py
1 parent 37512d2 commit e800ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author_email='[email protected]',
3434
description='A Python client for the tus resumable upload protocol -> http://tus.io',
3535
long_description=(long_description),
36-
packages=['tusclient'],
36+
packages=['tusclient', 'tusclient.fingerprint', 'tusclient.storage'],
3737
include_package_data=True,
3838
platforms='any',
3939
classifiers=[

0 commit comments

Comments
 (0)