-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (28 loc) · 801 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
[metadata]
name = aioevents-ng
version = attr: aioevents.__VERSION__
description = A simple library for managing events through an asynchronous queue
long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-rst
classifiers =
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries
Framework :: AsyncIO
author = Maxim Pyatishev
author_email = [email protected]
url = https://github.com/mpyatishev/aioevents
[options]
zip_safe = False
setup_requires =
aiorecycle >= "0.0.2"
install_requires =
aiorecycle >= "0.0.2"
tests_require =
pytest
pytest-asyncio
pytest-cov
pytest-pspec