Skip to content

Commit

Permalink
Package management command (juliomalegria#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
chazapis committed Jun 25, 2021
1 parent 7cbacca commit b61eaa5
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 @@ -17,7 +17,7 @@

setup(
name='django-chunked-upload',
packages=['chunked_upload', 'chunked_upload.migrations', 'chunked_upload.management'],
packages=['chunked_upload', 'chunked_upload.migrations', 'chunked_upload.management', 'chunked_upload.management.commands'],
version=version,
description=('Upload large files to Django in multiple chunks, with the '
'ability to resume if the upload is interrupted.'),
Expand Down

0 comments on commit b61eaa5

Please sign in to comment.