-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
29 lines (28 loc) · 1.03 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
[metadata]
name = perscache
version = 0.7.0
author = leshchenko1979
author_email = [email protected]
summary = An easy to use decorator for persistent memoization: like `functools.lrucache`, but results can be saved in any format to any storage.
license = MIT License
description_file = README.md
long_description_content_type = text/markdown
home_page = https://github.com/leshchenko1979/perscache
requires_python = >=3.6
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
[bdist_wheel]
universal = 1