-
Notifications
You must be signed in to change notification settings - Fork 33
/
setup.cfg
30 lines (29 loc) · 998 Bytes
/
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
[bdist_wheel]
universal = 1
[metadata]
name = pytodoist
version = 2.1.4
author = Gary Blackwood
author-email = [email protected]
summary = A python wrapper for the Todoist API.
description-file = README.md
home-page = https://www.github.com/Garee/pytodoist
requires-dist = requests
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.0
Programming Language :: Python :: 3.1
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
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