-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (25 loc) · 834 Bytes
/
setup.cfg
File metadata and controls
26 lines (25 loc) · 834 Bytes
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
[metadata]
name = django-zeromigrations
version = 0.3.2
description = Django reset migrations with `zeromigrations` command with backup feature
long_description = file:README.rst
url = https://github.com/aminiun/django-zeromigrations
license = BSD-3-Clause
author = Amin Aminian
author_email = [email protected]
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Framework :: Django
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
[options]
include_package_data = true
python_requires = >=3.6
setup_requires =
setuptools >= 38.3.0
install_requires =
Django>=2.2