updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / quasi / setup.py
blobcd9cc0288e9bfc63b28e720c9b677a481a9ee183
1 #!/usr/bin/env python
3 from distutils.core import setup
5 setup(name = "quasi",
6 version = "0.87",
7 description = "A multiple-context Python shell",
8 author = "Ben Last",
9 author_email = "ben@benlast.com",
10 url = "http://quasi-shell.sourceforge.net/",
11 license = "BSD",
12 scripts = ["quasi.py"],
13 data_files = [("share/licenses/quasi", ["LICENSE"])],
14 extra_path = "quasi",
15 packages = ["."]