-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
28 lines (24 loc) · 808 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
[metadata]
name = mongotriggers
author = Dror Asaf
author-email = [email protected]
summary = livedata for MongoDB, similar to RDBM triggers or meteorjs livedata
description-file = README.rst
home-page = https://github.com/drorasaf/mongotriggers/
license = BSD
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database
[files]
packages = mongotriggers
[bdist_wheel]
universal = True