File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- ## Changes in 0.1.4 (after release)
1+ ## Changes in 0.1.5 (in development)
2+ * Include package data
3+
4+ ## Changes in 0.1.4
25* Integrated PML Data: There is now an MsiKerchunkDataStore (to access PML MSI Data
36 over a THREDDS server) and an OlciKerchunkDataStore (to access PML OLCI Data).
47 Both Stores use Reference File Systems.
Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020# SOFTWARE.
2121
22- version = '0.1.4 '
22+ version = '0.1.5.dev0 '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " doors_stores"
7- version = " 0.1.4 "
7+ version = " 0.1.5.dev0 "
88authors = [
99 { name =" Tonio Fincke" },
1010]
@@ -49,6 +49,9 @@ dev = [
4949[tool .setuptools ]
5050include-package-data = true
5151
52+ [tool .setuptools .package-data ]
53+ doors_stores = [" data/*" ]
54+
5255[tool .setuptools .packages .find ]
5356exclude = [
5457 " test*" ,
You can’t perform that action at this time.
0 commit comments