mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-17 10:20:13 +00:00
zfec: v1.0.0
This commit is contained in:
parent
31a2c75f3e
commit
d198b55846
@ -47,9 +47,10 @@ if DEBUGMODE:
|
|||||||
undef_macros.append('NDEBUG')
|
undef_macros.append('NDEBUG')
|
||||||
|
|
||||||
trove_classifiers=[
|
trove_classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
"License :: OSI Approved :: GNU General Public License (GPL)",
|
||||||
|
"License :: DFSG approved",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"Intended Audience :: System Administrators",
|
"Intended Audience :: System Administrators",
|
||||||
@ -76,7 +77,7 @@ trove_classifiers=[
|
|||||||
]
|
]
|
||||||
|
|
||||||
setup(name='zfec',
|
setup(name='zfec',
|
||||||
version='1.0.0b3',
|
version='1.0.0',
|
||||||
description='a fast erasure code with command-line, C, and Python interfaces',
|
description='a fast erasure code with command-line, C, and Python interfaces',
|
||||||
long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
|
long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
|
||||||
author='Zooko O\'Whielacronx',
|
author='Zooko O\'Whielacronx',
|
||||||
|
Loading…
Reference in New Issue
Block a user