[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 2070, Sat Jul 9 04:38:50 2005 UTC version 2071, Sat Jul 9 04:44:58 2005 UTC
Line 1 
Line 1 
 #!/usr/bin/env python  #!/usr/bin/env python
 """Distutils setup file"""  """Distutils setup file"""
   
 import sys, os  import sys, os, ez_setup
   ez_setup.use_setuptools()
   
 from setuptools import setup, Extension, Feature, find_packages  from setuptools import setup, Extension, Feature, find_packages
   
 # Metadata  # Metadata
Line 12 
Line 14 
     '-i', 'kjbuckets', '-i', 'ZConfig',      '-i', 'kjbuckets', '-i', 'ZConfig',
 ]  ]
   
   
 scripts = ['scripts/peak']  scripts = ['scripts/peak']
 packages = find_packages('src')  packages = find_packages('src')
   
Line 38 
Line 39 
     ),      ),
 ]  ]
   
   
   
 try:  try:
     # Check if Zope X3 is installed; we use zope.component      # Check if Zope X3 is installed; we use zope.component
     # because we don't install it ourselves; if we used something we      # because we don't install it ourselves; if we used something we


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help