forked from delta575/django-redshift-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (52 loc) · 1.71 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-redshift-backend
url= https://github.com/jazzband/django-redshift-backend
author = shimizukawa
author_email = [email protected]
license = Apache Software License
license_file = LICENSE
description = Redshift database backend for Django
long_description = file: README.rst, CHANGES.rst
long_description_content_type = text/x-rst
keywords = django, redshift
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
Environment :: Plugins
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Documentation = https://django-redshift-backend.readthedocs.io/
Release notes = https://django-redshift-backend.readthedocs.io/en/master/changes.html
Source = https://github.com/jazzband/django-redshift-backend
Tracker = https://github.com/jazzband/django-redshift-backend/issues
[options]
python_requires = >=3.6, <4
packages = find:
include_package_data = false
zip_safe = false
install_requires =
django
setup_requires =
setuptools_scm
[options.extras_require]
psycopg2-binary = psycopg2-binary
psycopg2 = psycopg2
[bdist_wheel]
universal = 0
# 0 to make the generated wheels have `py3` tag
[flake8]
max-line-length=120
ignore = W504
exclude = tests/testapp/migrations