diff --git a/buildout.cfg b/buildout.cfg
index a1718997a3477736cead1606ffe2b4c000269288..3537f5b672b8ef9ba68ab6d6d9cbfc7a97d9e8ec 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -3,20 +3,11 @@
 ; Mon 16 Apr 08:29:18 2012 CEST
 
 [buildout]
-parts = external tests sphinx python
+parts = tests sphinx python
 newest = false
 develop = .
 eggs = bob
        xbob.db.replay
-bob = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
-extensions = mr.developer
-
-[sources]
-antispoofing.utils = fs antispoofing.utils
-
-[external]
-recipe = xbob.buildout:external
-egg-directories = ${buildout:bob}/lib
 
 [tests]
 recipe = xbob.buildout:nose
diff --git a/setup.py b/setup.py
index 3a7a6e613a6a13bdde8c23b670efbddeaafac613..3839abcfeafc3a638f088313889fdcec3caf1748 100644
--- a/setup.py
+++ b/setup.py
@@ -10,9 +10,9 @@ from setuptools import setup, find_packages
 setup(
 
     name='xbob.db.replay',
-    version='1.0.0a1',
+    version='1.0.1a0',
     description='Replay Attack Database Access API for Bob',
-    url='http://github.com/bioidiap/xbob.db.replay',
+    url='http://pypi.python.org/pypi/xbob.db.replay',
     license='GPLv3',
     author='Andre Anjos',
     author_email='andre.anjos@idiap.ch',
@@ -52,8 +52,8 @@ setup(
       },
 
     classifiers = [
-      'Development Status :: 4 - Beta',
-      'Intended Audience :: Developers',
+      'Development Status :: 5 - Production/Stable',
+      'Intended Audience :: Science/Research',
       'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
       'Natural Language :: English',
       'Programming Language :: Python',