Skip to content

Commit fe1e803

Browse files
committed
Add more project metadata
1 parent 5b19ae2 commit fe1e803

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[tool.poetry]
22
name = "mutt-ical"
33
version = "2.0.0"
4-
description = ""
4+
description = "Scripts for helping mutt deal with iCalendar data"
55
authors = ["Pip Gold <pip@aperiodic.net>"]
66
readme = "README.md"
7+
license = {file = "LICENSE"}
78
packages = [{include = "mutt_ical"}]
89

10+
[project.urls]
11+
Repository = "https://github.com/asciipip/mutt-ical"
12+
Issues = "https://github.com/asciipip/mutt-ical/issues"
13+
Changelog = "https://github.com/asciipip/mutt-ical/blob/master/CHANGELOG.md"
14+
915
[tool.poetry.dependencies]
1016
python = "^3.9"
1117
icalendar = ">=1.0"

0 commit comments

Comments
 (0)