-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (34 loc) · 1.19 KB
/
setup.cfg
File metadata and controls
36 lines (34 loc) · 1.19 KB
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
[metadata]
name = PyPatchwork
version = 0.1.2
url = https://github.com/tedd-an/PyPatchwork
author = Tedd Ho-Jeong An
author_email = hj.tedd.an@gmail.com
description = A Python library to access the Patchwork REST API.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL version 3
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
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
Topic :: Software Development
Topic :: Communications :: Email :: Mailing List Servers
project_urls =
Documentation = https://pypatchwork.readthedocs.io/en/latest/index.html
Source = https://github.com/tedd-an/PyPatchwork
[options]
python_requires = >=3.7
packages = find:
include_package_data = true
install_requires =
requests >= 2.14.0