-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
29 lines (27 loc) · 875 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
[metadata]
name = leonardo-channels
summary = Channels for Leonardo CMS.
description-file =
README.rst
author = Michael Kuty
author-email = [email protected]
home-page = https://github.com/leonardo-modules/leonardo-channels
classifier =
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Software Development
Topic :: Software Development :: Libraries :: Application Frameworks
[files]
packages =
leonardo_channels
[extras_require]
redis = -r requirements/redis.txt