-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (34 loc) · 1.07 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
[metadata]
name = Django-Lookout
url = https://github.com/rspeed/Django-Lookout
download_url = https://github.com/rspeed/Django-Lookout/releases
author = Rob Speed
author_email = [email protected]
description = API endpoint for receiving incident reports from Content Security Policy (CSP), HTTP Public Key Pinning (HPKP), and the HTTP Reporting API.
long_description_content_type = text/x-rst; charset=UTF-8
long_description = file: README.rst
license = MIT
keywords =
django
csp
hpkp
security
error-monitoring
https
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django :: 1.10
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: Site Management
Topic :: Security
Topic :: Security :: Cryptography
Topic :: System :: Logging
Topic :: System :: Monitoring