-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (43 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
47 lines (43 loc) · 1.27 KB
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
[metadata]
name = cvmfsutils
description = Inspect CernVM-FS repositories
long_description = file: README.md
long_description_content_type = text/markdown
license = (c) 2015 CERN - BSD License
author = Rene Meusel
author_email = rene.meusel@cern.ch
url = http://cernvm.cern.ch
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Filesystems
Topic :: System :: Networking :: Monitoring
Topic :: System :: Systems Administration
[options]
packages = find:
package_dir =
= src
python_requires = >=3.6
install_requires =
python-dateutil >= 1.4.1
requests >= 1.1.0
cryptography >= 3.3
[options.packages.find]
where = src
exclude =
*.test*
[options.extras_require]
test = unittest-xml-reporting
[options.entry_points]
console_scripts =
big_catalogs = cvmfs.scripts.big_catalogs:main
catdirusage = cvmfs.scripts.catdirusage:main
cvmfs_search = cvmfs.scripts.cvmfs_search:main