Skip to content

Commit

Permalink
Merge pull request #199 from datalad/tests
Browse files Browse the repository at this point in the history
Adds test data to package_data
  • Loading branch information
jsheunis authored Sep 16, 2022
2 parents 1e73f37 + 9264f82 commit 2d92202
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.1.2 (Fri Sept 16 2022) -- red tests

#### 🛡 Tests
- Adds test data to package_data to ensure availability when installing from pip with extras [#199](https://github.com/datalad/datalad-catalog/pull/199) (by @jsheunis)

#### Authors: 1

- Stephan Heunis (@jsheunis)

---

# 0.1.1 (Tue Sept 13 2022) -- release continued

#### 💫 Enhancements and new features
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = find:
include_package_data = True

[options.package_data]
* = catalog/*, catalog/artwork/*, catalog/assets/*, catalog/assets/favicon/*, catalog/metadata/*, config/*, schema/*
* = catalog/*, catalog/artwork/*, catalog/assets/*, catalog/assets/favicon/*, catalog/metadata/*, config/*, schema/*, tests/data/*

[options.extras_require]
# this matches the name used by -core and what is expected by some CI setups
Expand Down

0 comments on commit 2d92202

Please sign in to comment.