#!/usr/bin/env python import os from distutils.core import setup, Extension setup( name='pyanidb', packages = ['pyanidb'], scripts = ['pyanidb.py'])