diff --git a/pyproject.toml b/pyproject.toml index f0920e9..dec433f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.26" description = "Simple Python 3 library to download, parse and query iCal sources." authors = ["Martin Eigenmann ", "Thomas Irgang ", "Alexander Hultnér "] license = "MIT Licence" +readme = "README.md" [tool.poetry.dependencies] python = "^3.9" diff --git a/setup.py b/setup.py index 2bfa3db..93e2422 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from setuptools import setup -version = "0.1.25" +version = "0.1.26" setup( name="icalevents",