-
Notifications
You must be signed in to change notification settings - Fork 36
/
setup.cfg
43 lines (40 loc) · 1.05 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = ical2orgpy
version = attr: ical2orgpy.__version__
author = Aitor Soroa
author_email = [email protected]
summary = Convert ICAL/ICS files into Emacs org-mode format.
long_description = file: README.rst
long_description_content_type = text/x-rst
home_page = https://github.com/ical2org-py/ical2org.py
license = GPLv3
classifier =
Development Status :: 4 - Beta
Environment :: Console
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords =
calendar
ical
org
emacs
[options]
packages = ical2orgpy
include_package_data = True
install_requires =
click
future
icalendar
pytz
tzlocal
recurring-ical-events>=2.0.1
[options.entry_points]
console_scripts =
ical2orgpy = ical2orgpy:main