forked from pycontribs/django-alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (29 loc) · 868 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
[bdist_wheel]
universal=1
[flake8]
max-line-length=88
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E501,E701
exclude = django_alexa_tests/*
format = pylint
[metadata]
name = django-alexa
author = Kyle Rockman
author_email = kyle.rockman@mac.com
summary = Amazon Alexa Skills Kit integration for Django
url = https://github.com/rocktavious/django-alexa
home-page = https://github.com/pycontribs/django-alexa
description-file = README.rst
license-file = LICENSE
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
[files]
packages =
django_alexa
[pbr]
warnerrors = True