From d1cf15a2bf07f214ae5840a8eb4b1fd73aad73e7 Mon Sep 17 00:00:00 2001
From: "Zooko O'Whielacronx zooko@zooko.com" <zooko@zooko.com>
Date: Thu, 3 May 2007 03:55:41 +0530
Subject: [PATCH] zfec: v1.0.0

darcs-hash:f565e07c20554f1a8c09323e0dc5c18be5307cae
---
 zfec/setup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/zfec/setup.py b/zfec/setup.py
index eb2b2de..e04d54c 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -47,9 +47,10 @@ if DEBUGMODE:
     undef_macros.append('NDEBUG')
 
 trove_classifiers=[
-    "Development Status :: 4 - Beta", 
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Console",
     "License :: OSI Approved :: GNU General Public License (GPL)", 
+    "License :: DFSG approved",
     "Intended Audience :: Developers", 
     "Intended Audience :: End Users/Desktop",
     "Intended Audience :: System Administrators",
@@ -76,7 +77,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0b3',
+      version='1.0.0',
       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.',
       author='Zooko O\'Whielacronx',
-- 
2.45.2