File: setup.py

package info (click to toggle)
tepache 1.1-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 120 kB
  • ctags: 53
  • sloc: python: 618; makefile: 30
file content (12 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

from distutils.core import setup

setup(name = "tepache",
      version = "1.0",
      description = "write a sketch of python code from a glade file",
      author = "Sandino Flores-Moreno",
      author_email = "tigrux@ximian.com",
      url = "http://primates.ximian.com/~sandino/python-glade",
      scripts = ['tepache']
     )