File: setup.py

package info (click to toggle)
snack 2.2.10.20090623-dfsg-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,636 kB
  • ctags: 4,759
  • sloc: ansic: 32,662; sh: 8,558; tcl: 1,086; python: 761; makefile: 575
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
from distutils.core import setup

setup(name="tkSnack",
	version="2.2.10",
	description="Python interface to the Snack Sound Toolkit",
	url="http://www.speech.kth.se/snack/index.html",
	py_modules=['tkSnack'],
)