-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
24 lines (23 loc) · 823 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
[metadata]
name = master-password-django
version = 1.0
description = this package is based on a simple idea, if you are a login as a site admin, Enter any password for each user, you can log in as that user .
long_description = check https://github.com/mojtabaakbari221b/django_master_password
url = https://github.com/mojtabaakbari221b/django_master_password
author = Mojtaba Akbari
author_email = [email protected]
license = BSD-3-Clause
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
[options]
include_package_data = true
packages = find:
python_requires = >=3.7
install_requires =
Django>=3.2