File: setup.py

package info (click to toggle)
python-irclib 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 188 kB
  • ctags: 249
  • sloc: python: 1,462; makefile: 63
file content (9 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/env python

from distutils.core import setup
setup(name="python-irclib",
      version="0.4.8",
      py_modules=["irclib", "ircbot"],
      author="Joel Rosdahl",
      author_email="joel@rosdahl.net",
      url="http://python-irclib.sourceforge.net")