Skip to content

Commit

Permalink
Update setup.py for writer package
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoraad authored Sep 23, 2024
1 parent 9e69216 commit 7bd3089
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 @@ -31,7 +31,7 @@
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
],
packages=['dbignite', 'dbignite.omop', 'dbignite.hosp_feeds'],
packages=['dbignite', 'dbignite.omop', 'dbignite.hosp_feeds', 'dbignite.writer'],
package_data={'': ["schemas/*.json"]},
py_modules=['dbignite.data_model']
)

0 comments on commit 7bd3089

Please sign in to comment.