-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (44 loc) · 1.59 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
[metadata]
name = django-dysession
version = file: dysession/version.txt
description = "django-dysession is a django extension which integrated AWS DynamoDB as a session backend"
long_description = file: README.md
long_description_content_type = text/markdown
keywords = "django,session,aws,dynamodb"
url = https://github.com/MissterHao/django-dysession/releases/latest/download/django-dysession.tar.gz
download_url = https://github.com/MissterHao/django-dysession/releases/latest/download/django-dysession.tar.gz
author = "Hao-Wei, Li"
author_email = "[email protected]"
maintainer = "MissterHao"
maintainer_email = "[email protected]"
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP :: Session
Topic :: Security
Topic :: Database
[options]
packages=find:
include_package_data = true
python_requires = >=3.8
setup_requires =
setuptools >= 38.3.0
install_requires =
Django>=3.2
boto3>=1.26.59