Skip to content

Commit 42db462

Browse files
committed
Include management command properly and bump version number
1 parent 8d83c76 commit 42db462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ def readme():
66

77
setup(
88
name='django-maskpostgresdata',
9-
packages=['maskpostgresdata'],
10-
version='0.1.2',
9+
packages=['maskpostgresdata.management'],
10+
version='0.1.3',
1111
description='Creates a pg_dumpish output which masks data without saving changes to the source database.',
1212
url='https://github.com/developersociety/django-maskpostgresdata',
1313
author='Developer Society',

0 commit comments

Comments
 (0)