-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
65 lines (58 loc) · 1.46 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = ej-conversations
version = 0.1.0b
description = Conversations, comments and votes for EJ platform.
long_description = file: README.rst
author = Fábio Macêdo Mendes
author_email = [email protected]
url = https://github.com/ejplatform/ej-conversations
keywords =
web development
participation
license = GNU General Public License (GPL)
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries
Framework :: Django :: 1.11
Framework :: Django :: 2.0
[options]
zip_safe = False
platforms = any
include_package_data = True
install_requires =
django >= 1.11
django-jsonfield >= 1.0.1
django-autoslug >= 1.9.3
django-model-utils >= 3.0.0
djangorestframework >= 3.8.2
django-filter >= 1.1.0
colortools >= 0.1.0
setup_requires =
setuptools >= 30.3.0
[options.extras_require]
dev =
manuel >= 1.9.0
pytest >= 3.4.2
pytest-cov >= 2.5.1
pytest-django >= 3.1.2
coverage >= 4.4.1
django-debug-toolbar >= 1.9.1
model-mommy >= 1.5.1
mock >= 2.0.0
docs =
docutils
sphinx-autobuild
[options.package_data]
* = *.html, *.jinja2
conversations =
'templates/*.*',
[egg_info]
tag_build = 0
tag_date = 0
tag_svn_revision = 0