Skip to content

Commit 1f1e29e

Browse files
authored
add project urls to pyproject toml, prep for 0.0.3 release (#8)
1 parent f4ad76f commit 1f1e29e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

HISTORY.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [v0.0.3] (2024-12-20)
6+
7+
### Added
8+
9+
- Project urls added to pyproject.toml (#8)
10+
11+
### Changed
12+
13+
- Update README links again (f4ad76f)
14+
515
## [v0.0.2] (2024-12-18)
616

717
### Changed
@@ -14,6 +24,7 @@
1424

1525
Initial release! 🎉
1626

17-
[Unreleased]: https://github.com/scienceforamerica/scipeds/compare/v0.0.2...HEAD
27+
[Unreleased]: https://github.com/scienceforamerica/scipeds/compare/v0.0.3...HEAD
28+
[v0.0.3]: https://github.com/scienceforamerica/scipeds/compare/v0.0.2...v0.0.3
1829
[v0.0.2]: https://github.com/scienceforamerica/scipeds/compare/v0.0.1...v0.0.2
1930
[v0.0.1]: https://github.com/scienceforamerica/scipeds/releases/tag/v0.0.1

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "scipeds"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
dependencies = [
99
"cloudpathlib[gs]",
1010
"duckdb",
@@ -38,6 +38,12 @@ classifiers = [
3838
]
3939
requires-python = ">=3.10"
4040

41+
[project.urls]
42+
Documentation = "https://scipeds.onrender.com/"
43+
Repository = "https://github.com/scienceforamerica/scipeds.git"
44+
Issues = "https://github.com/scienceforamerica/scipeds/issues"
45+
Changelog = "https://github.com/scienceforamerica/scipeds/blob/main/HISTORY.md"
46+
4147
[project.scripts]
4248
scipeds = "scipeds.cli:app"
4349

0 commit comments

Comments
 (0)