Skip to content

Commit 8be1124

Browse files
committed
include package data
1 parent f35fe3a commit 8be1124

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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.

doors_stores/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
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'

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "doors_stores"
7-
version = "0.1.4"
7+
version = "0.1.5.dev0"
88
authors = [
99
{ name="Tonio Fincke" },
1010
]
@@ -49,6 +49,9 @@ dev = [
4949
[tool.setuptools]
5050
include-package-data = true
5151

52+
[tool.setuptools.package-data]
53+
doors_stores = ["data/*"]
54+
5255
[tool.setuptools.packages.find]
5356
exclude = [
5457
"test*",

0 commit comments

Comments
 (0)