Ignore:
Timestamp:
10/26/06 09:56:44 (18 years ago)
Author:
Nicholas Riley
Message:

setup.py: Use setuptools.

StreamVision.py: HIDRemote helpers aren't compiled for Intel yet; just
skip them for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/setup.py

    r300 r302  
    55    python setup.py py2app
    66"""
    7 from distutils.core import setup, Extension
     7from distutils.core import setup
     8from setuptools.extension import Extension
    89import py2app
    910
Note: See TracChangeset for help on using the changeset viewer.