Skip to content

Commit

Permalink
fixing pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Sep 25, 2024
1 parent 5691f47 commit 87c9c4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...

## [v0.1.1]
### Fixed
- fixed urls field in pyproject.toml

## [v0.1.0]
### Fixed
- c files were accidentally pushed to source dist. Now
Expand All @@ -26,7 +30,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.0...HEAD
[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.1...HEAD
[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
[v0.0.3]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ name = "bigwig_loader"
authors = [
{name = "Joren Retel", email = "[email protected]"},
]
url = "https://github.com/pfizer-opensource/bigwig-loader"
description = "Machine Learning Data Loader for Collections of BigWig Files"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -47,6 +46,9 @@ dependencies = [
]
dynamic = ["version"]

[project.urls]
homepage = "https://github.com/pfizer-opensource/bigwig-loader"

[project.optional-dependencies]
test = ["mypy", "pytest", "pyBigWig"]
dev = ["bigwig_loader[test]", "black", "isort", "bandit", "pip-tools", "pre-commit"]
Expand Down

0 comments on commit 87c9c4f

Please sign in to comment.