-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.07 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
[metadata]
name = smart-redis-storage
version = 0.1.1
author = A.A. Suvorov
author_email = [email protected]
description = Convenient work with Redis.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/smartlegionlab/smart_redis_storage/
project_urls =
Documentation = https://github.com/smartlegionlab/smart_redis_storage/blob/master/README.md
Release notes = https://github.com/smartlegionlab/smart_redis_storage/releases
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
keywords =
redis
django
smartlegionlab
redis storage
redis storage manager
[options]
package_dir =
packages = find:
python_requires = >= 3.6
include_package_data = true
zip_safe = false
install_requires =
redis~=5.0.4