From c27e61030074caf8732ef83043c95805978348ce Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Thu, 25 Apr 2013 12:35:29 -0700 Subject: [PATCH] Remove identity artifacts and add biller storage --- setup.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 3bfd702..8920e20 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,9 @@ setup( [billingstack.storage] sqlalchemy = billingstack.storage.impl_sqlalchemy:SQLAlchemyStorage + [billingstack.biller.storage] + sqlalchemy = billingstack.biller.storage.impl_sqlalchemy:SQLAlchemyEngine + [billingstack.rater.storage] sqlalchemy = billingstack.rater.storage.impl_sqlalchemy:SQLAlchemyEngine @@ -71,12 +74,6 @@ setup( pg-list = billingstack.manage.provider:ProvidersList [billingstack.api.v1.extensions] - - [billingstack.identity_plugin] - sqlalchemy = billingstack.identity.impl_sqlalchemy:SQLAlchemyPlugin - - [billingstack.token_plugin] - memcache = billingstack.identity.token_memcache:MemcachePlugin """), classifiers=[ 'Development Status :: 3 - Alpha',