kopia lustrzana https://github.com/jazzband/icalevents
fix: update description for release
rodzic
b2cf6c8e08
commit
cf14f3ae98
|
@ -4,6 +4,7 @@ version = "0.1.26"
|
|||
description = "Simple Python 3 library to download, parse and query iCal sources."
|
||||
authors = ["Martin Eigenmann <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>", "Alexander Hultnér <ahultner+github@gmail.com>"]
|
||||
license = "MIT Licence"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Ładowanie…
Reference in New Issue