-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
32 lines (31 loc) · 1.01 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
[metadata]
name = gdbmongo
description = GDB pretty printers and commands for debugging the MongoDB Server
long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-rst
url = https://github.com/visemet/gdb-mongodb-server
maintainer = Max Hirschhorn
maintainer_email = [email protected]
license = Apache License, Version 2.0
license_files =
LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Database
Topic :: Database :: Database Engines/Servers
Topic :: Software Development :: Debuggers
platforms = linux
keywords = mongo, mongodb, gdb
[options]
zip_safe = False
packages = gdbmongo
install_requires =
python_requires = >=3.9