File tree 2 files changed +11
-6
lines changed
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
8
8
9
9
## [ Unreleased]
10
10
...
11
+
12
+ ## [ v0.1.3]
13
+ ### Fixed
14
+ - MANIFEST.in was still not excluding things correctly.
15
+
11
16
## [ v0.1.2]
12
17
### Fixed
13
18
- exclude .egg-info from source dist
@@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
38
### Added
34
39
- release to pypi
35
40
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
37
43
[ v0.1.2 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.1...v0.1.2
38
44
[ v0.1.1 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.0...v0.1.1
39
45
[ 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 1
1
# MANIFEST.in
2
- exclude .gitignore
3
- exclude .github/*
4
2
exclude *.egg-info/*
3
+ exclude .gitignore
4
+ exclude .github/workflows/*
5
5
exclude benchmark/*
6
6
exclude docs/*
7
7
exclude examples/*
8
- exclude example_data/
8
+ exclude example_data/*
9
9
exclude images/*
10
10
exclude .flake8
11
11
exclude .pre-commit-config.yaml
12
12
exclude environment.yml
13
13
exclude tmp/*
14
- exclude *.c
15
-
14
+ exclude bigwig_loader/*.c
16
15
include example_data/some_intervals.tsv
17
16
include example_data/some_positions.tsv
You can’t perform that action at this time.
0 commit comments