File: setup.py

package info (click to toggle)
python-kjbuckets 2.2port20011104-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 508 kB
  • ctags: 451
  • sloc: ansic: 5,169; python: 367; makefile: 52; sh: 12
file content (7 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#! /usr/local/bin/python -O

from distutils.core import setup, Extension

setup (name = "kjbuckets",
   version = "2.2",
   ext_modules = [Extension("kjbuckets", ["kjbucketsmodule.c"])])