Skip to content

Commit 87c9c4f

Browse files
committed
fixing pyproject.toml
1 parent 5691f47 commit 87c9c4f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010
...
1111

12+
## [v0.1.1]
13+
### Fixed
14+
- fixed urls field in pyproject.toml
15+
1216
## [v0.1.0]
1317
### Fixed
1418
- c files were accidentally pushed to source dist. Now
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
### Added
2731
- release to pypi
2832

29-
[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.0...HEAD
33+
[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.1...HEAD
34+
[v0.1.1]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.0...v0.1.1
3035
[v0.1.0]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.3...v0.1.0
3136
[v0.0.3]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...v0.0.3
3237
[v0.0.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ name = "bigwig_loader"
1515
authors = [
1616
{name = "Joren Retel", email = "[email protected]"},
1717
]
18-
url = "https://github.com/pfizer-opensource/bigwig-loader"
1918
description = "Machine Learning Data Loader for Collections of BigWig Files"
2019
readme = "README.md"
2120
requires-python = ">=3.10"
@@ -47,6 +46,9 @@ dependencies = [
4746
]
4847
dynamic = ["version"]
4948

49+
[project.urls]
50+
homepage = "https://github.com/pfizer-opensource/bigwig-loader"
51+
5052
[project.optional-dependencies]
5153
test = ["mypy", "pytest", "pyBigWig"]
5254
dev = ["bigwig_loader[test]", "black", "isort", "bandit", "pip-tools", "pre-commit"]

0 commit comments

Comments
 (0)