1 from distutils
.core
import setup
3 setup (name
='crapvine',
5 description
='Python implementation of Grapevine',
6 author
='Andrew Sayman',
7 author_email
='lorien420@myrealbox.com',
8 url
='http://repo.or.cz/w/crapvine.git',
10 packages
=['crapvine'],
11 package_dir
={'crapvine': '.'},
12 package_data
={'crapvine': ['exchange_samples/*', 'interface/*'],
13 requires
=['dateutil', 'pygtk']}