Skip to content

Commit

Permalink
fixing MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Sep 26, 2024
1 parent 3604ccc commit 847b020
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
...

## [v0.1.3]
### Fixed
- MANIFEST.in was still not excluding things correctly.

## [v0.1.2]
### Fixed
- exclude .egg-info from source dist
Expand All @@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- release to pypi

[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.3...HEAD
[v0.1.3]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.3...v0.1.0
Expand Down
9 changes: 4 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# MANIFEST.in
exclude .gitignore
exclude .github/*
exclude *.egg-info/*
exclude .gitignore
exclude .github/workflows/*
exclude benchmark/*
exclude docs/*
exclude examples/*
exclude example_data/
exclude example_data/*
exclude images/*
exclude .flake8
exclude .pre-commit-config.yaml
exclude environment.yml
exclude tmp/*
exclude *.c

exclude bigwig_loader/*.c
include example_data/some_intervals.tsv
include example_data/some_positions.tsv

0 comments on commit 847b020

Please sign in to comment.