We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b19ae2 commit fe1e803Copy full SHA for fe1e803
pyproject.toml
@@ -1,11 +1,17 @@
1
[tool.poetry]
2
name = "mutt-ical"
3
version = "2.0.0"
4
-description = ""
+description = "Scripts for helping mutt deal with iCalendar data"
5
authors = ["Pip Gold <pip@aperiodic.net>"]
6
readme = "README.md"
7
+license = {file = "LICENSE"}
8
packages = [{include = "mutt_ical"}]
9
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
+
15
[tool.poetry.dependencies]
16
python = "^3.9"
17
icalendar = ">=1.0"
0 commit comments