-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
40 lines (38 loc) · 1000 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
35
36
37
38
39
40
[metadata]
name = PyDispatcher
version = attr: pydispatch.__init__.__version__
description = Multi-Producer Multi-Consumer Observer Pattern for Python
author = "Patrick K. O'Brien"
maintainer = Mike C. Fletcher
maintainer_email = mcfletch@vrplumber.com
url = https://github.com/mcfletch/pydispatcher
download_url = https://pypi.org/project/pydispatcher/
license = BSD
long_description = file: README.md
long_description_content_type=text/markdown
platforms = Any
keywords =
dispatcher
dispatch
pydispatch
event
signal
sender
receiver
propagate
multi-consumer
multi-producer
saferef
robustapply
apply
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Intended Audience :: Developers
[options]
packages = find:
[options.packages.find]
include = pydispatch