-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
43 lines (40 loc) · 1.35 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 = CoolAMQP
long-description = file: README.md
long-description-content-type = text/markdown; charset=UTF-8
license = MIT License
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2.7
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
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
description = Very fast pure-Python AMQP client
author = Piotr Maślanka
author_email = [email protected]
url = https://git.dms-serwis.com.pl/smokserwis/coolamqp
platforms =
posix
win32
[pycodestyle]
max-line-length = 80
[bdist_wheel]
universal = 1
[isort]
add_imports =
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals