-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (26 loc) · 835 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 = messagio
version = 0.7
author = Dimo Fedortchenko
author_email = [email protected]
description = Define events (aka messagios) and then listen for those events, like pubsub, but better. Uses celery for transport.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/zeraien/messagio
project_urls =
Bug Tracker = https://github.com/zeraien/messagio/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Framework :: Celery
Framework :: Django
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
[options.packages.find]
where = src