#!/usr/bin/env python
from distutils.core import setup
setup (name = "pokersocial",
       version = "1.0.0",
       description = "opensocial adaptor for poker-network",
       maintainer = "Loic Dachary",
       maintainer_email = "loic@dachary.org",
       license = "GPL-3",
       packages = ['pokersocial'],
       )

