[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 550, Thu Oct 10 20:03:47 2002 UTC version 551, Thu Oct 10 20:34:10 2002 UTC
Line 2 
Line 2 
   
 """Distutils setup file"""  """Distutils setup file"""
   
 from distutils.core import setup, Command  from distutils.core import setup, Command, Extension
 from distutils.command.install_data import install_data  from distutils.command.install_data import install_data
 from distutils.command.sdist import sdist as old_sdist  from distutils.command.sdist import sdist as old_sdist
 import sys  import sys
Line 146 
Line 146 
   
     package_dir = {'':'src'},      package_dir = {'':'src'},
   
       ext_modules = [Extension("kjbuckets", ["src/kjbuckets/kjbucketsmodule.c"])],
   
     cmdclass = {      cmdclass = {
         'install_data': install_data, 'sdist': sdist, 'happy': happy,          'install_data': install_data, 'sdist': sdist, 'happy': happy,
         'test': test,          'test': test,


Generate output suitable for use with a patch program
Legend:
Removed from v.550  
changed lines
  Added in v.551

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help