blob: 15c566f6b2c83c561b1dc30c605916686aa01ebb [file] [log] [blame]
Thomas Kemmeraa936f02019-12-15 20:46:13 +01001[metadata]
2name = cachetools
3version = 4.0.0
4url = https://github.com/tkem/cachetools/
5author = Thomas Kemmer
6author_email = tkemmer@computer.org
7license = MIT
8license_file = LICENSE
9description = Extensible memoizing collections and decorators
10long_description = file: README.rst
11classifiers =
12 Development Status :: 5 - Production/Stable
13 Environment :: Other Environment
14 Intended Audience :: Developers
15 License :: OSI Approved :: MIT License
16 Operating System :: OS Independent
17 Programming Language :: Python
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.5
20 Programming Language :: Python :: 3.6
21 Programming Language :: Python :: 3.7
22 Programming Language :: Python :: 3.8
23 Topic :: Software Development :: Libraries :: Python Modules
Thomas Kemmerf240afd2014-11-24 05:48:07 +010024
Thomas Kemmeraa936f02019-12-15 20:46:13 +010025[options]
26packages = find:
27python_requires = ~= 3.5
28
29[options.packages.find]
30exclude =
31 tests
32 tests.*
33
34[flake8]
35exclude = .git, .tox
Thomas Kemmer78408a12014-09-18 05:32:16 +020036
Thomas Kemmerfa0e6062014-03-22 11:09:33 +010037[build_sphinx]
38source-dir = docs/
39build-dir = docs/_build
40all_files = 1