from setuptools import setup setup( name = 'TombLib', version = '1.1', packages = ['tomblib'], test_suite = 'nose.collector' )