File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010...
11+
12+ ## [ v0.1.3]
13+ ### Fixed
14+ - MANIFEST.in was still not excluding things correctly.
15+
1116## [ v0.1.2]
1217### Fixed
1318- exclude .egg-info from source dist
@@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3338### Added
3439- release to pypi
3540
36- [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.2...HEAD
41+ [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.3...HEAD
42+ [ v0.1.3 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.2...v0.1.3
3743[ v0.1.2 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.1...v0.1.2
3844[ v0.1.1 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.0...v0.1.1
3945[ v0.1.0 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.3...v0.1.0
Original file line number Diff line number Diff line change 11# MANIFEST.in
2- exclude .gitignore
3- exclude .github/*
42exclude *.egg-info/*
3+ exclude .gitignore
4+ exclude .github/workflows/*
55exclude benchmark/*
66exclude docs/*
77exclude examples/*
8- exclude example_data/
8+ exclude example_data/*
99exclude images/*
1010exclude .flake8
1111exclude .pre-commit-config.yaml
1212exclude environment.yml
1313exclude tmp/*
14- exclude *.c
15-
14+ exclude bigwig_loader/*.c
1615include example_data/some_intervals.tsv
1716include example_data/some_positions.tsv
You can’t perform that action at this time.
0 commit comments