Skip to content

Commit

Permalink
update setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz1273327 committed Jul 5, 2021
1 parent 16d6f43 commit 6a9fd44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ include LICENSE
include README.md
include CHANGELOG.md
include requirements.txt
include postgresql_kernel/images/*.png
include postgresql_kernel/kernel.json
recursive-include postgresql_kernel *.pyx *.pxd *.pxi *.py *.c *.h *.temp *.jinja *.png
recursive-include postgresql_kernel *.pyx *.pxd *.pxi *.py *.c *.h *.temp *.jinja
prune .git
prune docs/build
prune dist
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ install_requires =
include = postgresql_kernel
exclude = tests

[options.package_data]
postgresql_kernel =
images/*.png

[options.data_files]
share/jupyter/kernels/postgresql =
postgresql_kernel/kernel.json
Expand Down

0 comments on commit 6a9fd44

Please sign in to comment.