-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
56 lines (50 loc) · 1.16 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
[metadata]
name = django-qos
url = attr: django_qos.__url__
version = attr: django_qos.__version__
license = attr: django_qos.__license__
license_file = LICENSE
description = attr: django_qos.__doc__
long_description = file: README.rst
long_description_content_type = text/x-rst
author = attr: django_qos.__author__
author_email = attr: django_qos.__email__
install_requires =
platforms =
Linux
macOS
Windows
keywords =
django
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Environment :: Console
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Database
Topic :: Scientific/Engineering
project_urls =
Code = attr: django_qos.__url__
[options]
packages = find:
zip_safe = false
install_requires =
[bdist_wheel]
python-tag = py3
[coverage:run]
branch = True
include = django_qos/*
[coverage:report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
omit =
.*
[tool:pytest]
setenv =
D:DJANGO_SETTINGS_MODULE=django_qos.tests.testproject.testproject.settings