-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (33 loc) · 953 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
34
[metadata]
name = django-add-default-value-postgresql
description = Add default field value in Django migrations for PostgreSQL
long_description = file:README.md
url = https://github.com/Mariana-Tek/django-add-default-value-postgresql
author = Mariana Tek
license = Apache-2.0
classifiers =
Intended Audience :: Developers
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
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
Topic :: Software Development :: Libraries :: Python Modules
keywords =
django
migration
default
database backward compatibility
[options]
install_requires =
Django>=2.2,<3.1
tests_require =
tox
flake8