We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d83c76 commit 42db462Copy full SHA for 42db462
setup.py
@@ -6,8 +6,8 @@ def readme():
6
7
setup(
8
name='django-maskpostgresdata',
9
- packages=['maskpostgresdata'],
10
- version='0.1.2',
+ packages=['maskpostgresdata.management'],
+ version='0.1.3',
11
description='Creates a pg_dumpish output which masks data without saving changes to the source database.',
12
url='https://github.com/developersociety/django-maskpostgresdata',
13
author='Developer Society',
0 commit comments