-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsetup.cfg
73 lines (60 loc) · 1.65 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
66
67
68
69
70
71
72
73
[bdist_wheel]
universal = 1
[coverage:run]
branch = true
source = src
[coverage:report]
show_missing = true
[flake8]
max_line_length = 90
max_complexity = 10
[isort]
atomic = true
line_length = 90
lines_after_imports = 2
multi_line_output = 4
known_third_party = django,rest_framework
known_first_party = rest_framework_guardian,tests
[metadata]
name = djangorestframework-guardian
version = 0.3.0
description = django-guardian support for Django REST Framework
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
license = BSD
license_file = LICENSE
author = Ryan P Kilby
url = https://github.com/rpkilby/django-rest-framework-guardian
project_urls =
Source=https://github.com/rpkilby/django-rest-framework-guardian
Tracker=https://github.com/rpkilby/django-rest-framework-guardian/issues
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
[options]
install_requires =
django
djangorestframework
django-guardian
include_package_data = true
package_dir =
=src
packages = find:
zip_safe = false
[options.packages.find]
where = src