-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (29 loc) · 870 Bytes
/
Copy pathsetup.cfg
File metadata and controls
30 lines (29 loc) · 870 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
27
28
29
30
[metadata]
name = dwiest-django-users
version = 0.1
description = Django app to register, login/logout and manage user accounts
long_description = file:README.rst
url = https://github.com/dwiest/django-users
author = Damian Wiest
author_email = damian@wiest.world
license = MIT
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.7
install_requires =
Django>=3.2
django-appconf>=1.0.5
pyotp>=2.8.0