Skip to content

Commit

Permalink
Fix Packaging Options (#953)
Browse files Browse the repository at this point in the history
* modify package discovery options to find sub-packages and package data

* Add MANIFEST.in for sdist installs
  • Loading branch information
sdc50 authored May 12, 2023
1 parent 2110c41 commit b575dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include tethys_* *
16 changes: 5 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[options]
packages =
tethys_apps
tethys_cli
tethys_compute
tethys_config
tethys_gizmos
tethys_layouts
tethys_portal
tethys_quotas
tethys_sdk
tethys_services
packages = find_namespace:
include_package_data = True

[options.packages.find]
include = tethys_*

0 comments on commit b575dd0

Please sign in to comment.