Skip to content

Commit

Permalink
Add management commands package to setup.py (#130)
Browse files Browse the repository at this point in the history
We weren't actually packaging up the management command when we published to PyPI
  • Loading branch information
audiolion authored Jul 5, 2017
1 parent cf190fc commit 7736f40
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 @@ -3,7 +3,7 @@
setup(
name='django-auditlog',
version='0.4.3',
packages=['auditlog', 'auditlog.migrations'],
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
license='MIT',
Expand Down

0 comments on commit 7736f40

Please sign in to comment.