See More

#!/usr/bin/env python from distutils.core import setup setup( name='dbdb', version='0.1', description='DogBed DataBase', author='Taavi Burns', author_email='[email protected]', url='https://github.com/aosabook/500lines/tree/master/data-store', packages=['dbdb'], )