1from distutils.core import setup
2
3setup(name="tkSnack",
4	version="2.2.10",
5	description="Python interface to the Snack Sound Toolkit",
6	url="http://www.speech.kth.se/snack/index.html",
7	py_modules=['tkSnack'],
8)
9
10