Skip to content

Commit c6c3da8

Browse files
committed
Include Snakefile
1 parent 4da4b29 commit c6c3da8

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.6.1] 2022-04-27
6+
7+
### Fixed
8+
- Bug with Snakefile not being included in package data.
9+
510

611
## [0.6] 2022-04-27
712

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include versioneer.py
22
include microhapulator/_version.py
3+
include microhapulator/Snakefile
34
recursive-include microhapulator/data *
45
recursive-include microhapulator/tests/data *

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
packages=["microhapulator", "microhapulator.cli", "microhapulator.tests"],
3030
package_data={
3131
"microhapulator": [
32+
"microhapulator/Snakefile",
3233
"microhapulator/data/*",
3334
"microhapulator/tests/data/*",
3435
"microhapulator/tests/data/*/*",

0 commit comments

Comments
 (0)