-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (40 loc) · 1.04 KB
/
setup.cfg
File metadata and controls
44 lines (40 loc) · 1.04 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
36
37
38
39
40
41
42
43
44
[metadata]
name = mongomock-persistence
version = 0.0.5
author = Ivan Kondov
author_email = ivan.kondov@kit.edu
description = Mongomock with persistence
long_description = file: README.md
long_description_content_type = text/markdown
keywords = database testing
license = BSD-3-Clause
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Information Technology
Operating System :: OS Independent
Programming Language :: Python :: 3
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
Topic :: Database
Topic :: Other/Nonlisted Topic
[options]
zip_safe = false
packages = find:
python_requires = >=3.6
install_requires =
pymongo
mongomock >4.2.0
[options.extras_require]
test =
flake8
pytest
[options.packages.find]
exclude =
mongomock-persistence.tests*
[flake8]
max-line-length = 120
exclude=__init__.py