File: setup.cfg

package info (click to toggle)
zfec 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 524 kB
  • sloc: python: 2,022; ansic: 892; haskell: 229; sh: 22; makefile: 4
file content (63 lines) | stat: -rw-r--r-- 1,834 bytes parent folder | download | duplicates (2)
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
[metadata]
name = zfec
summary = efficient, portable erasure coding tool
description-file = 
	README.rst
author = Zooko O\'Whielacronx
author-email = zooko@zooko.com
home-page = https://tahoe-lafs.org/trac/zfec
license = GPL-2+
classifier = 
	Development Status :: 5 - Production/Stable
	Environment :: Console
	License :: OSI Approved
	License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
	License :: DFSG approved
	License :: Other/Proprietary License
	Intended Audience :: Developers
	Intended Audience :: End Users/Desktop
	Intended Audience :: System Administrators
	Operating System :: Microsoft
	Operating System :: Microsoft :: Windows
	Operating System :: Unix
	Operating System :: POSIX :: Linux
	Operating System :: POSIX
	Operating System :: MacOS :: MacOS X
	Operating System :: Microsoft :: Windows :: Windows NT/2000
	Operating System :: OS Independent
	Natural Language :: English
	Programming Language :: C
	Programming Language :: Python
	Programming Language :: Python :: 2
	Programming Language :: Python :: 2.6
	Programming Language :: Python :: 2.7
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.5
	Programming Language :: Python :: 3.6
	Programming Language :: Python :: 3.7
	Topic :: Utilities
	Topic :: System :: Systems Administration
	Topic :: System :: Filesystems
	Topic :: System :: Distributed Computing
	Topic :: Software Development :: Libraries
	Topic :: Communications :: Usenet News
	Topic :: System :: Archiving :: Backup
	Topic :: System :: Archiving :: Mirroring
	Topic :: System :: Archiving

[options]
packages = find:
include_package_data = True

[versioneer]
vcs = git
style = pep440
versionfile_source = zfec/_version.py
versionfile_build = zfec/_version.py
tag_prefix = zfec-
parentdir_prefix = zfec-

[egg_info]
tag_build = 
tag_date = 0