forked from con/fscacher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
65 lines (58 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = fscacher-pkgtester
description = Caching results of operations on heavy file trees
long_description = file:README.rst
long_description_content_type = text/x-rst
author = Center for Open Neuroscience
author_email = [email protected]
maintainer = John T. Wodder II
maintainer_email = [email protected]
license = MIT
license_files = LICENSE
url = https://github.com/neurodebian/fscacher-pkgtester
keywords =
caching
file cache
classifiers =
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
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 :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Topic :: System :: Filesystems
project_urls =
Source Code = https://github.com/con/fscacher
Bug Tracker = https://github.com/con/fscacher/issues
[options]
packages = find:
package_dir =
=src
python_requires = >=3.8
install_requires =
joblib ~= 1.1
platformdirs
[options.extras_require]
benchmarks =
asv[virtualenv] ~= 0.6.0, < 0.6.2
devel =
%(benchmarks)s
pre-commit
all =
%(devel)s
[options.packages.find]
where = src
[versioneer]
VCS = git
style = pep440
versionfile_source = src/fscacher/_version.py
versionfile_build = fscacher/_version.py
tag_prefix =
parentdir_prefix =