forked from assigdev/pytest-async-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
34 lines (30 loc) · 883 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
31
32
33
34
[metadata]
name = pytest-async-mongodb
author = Ruben Quinones
author-email = [email protected]
summary = pytest plugin for async MongoDB
description-file = README.rst
license = MIT
home-page = https://github.com/xzased/pytest-async-mongodb
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Database
Topic :: Software Development :: Libraries
[files]
packages = pytest_async_mongodb
[entry_points]
pytest11 =
pytest-async-mongodb = pytest_async_mongodb.plugin
[wheel]
universal = 1
[pbr]
skip_changelog = true
skip_authors = true