Changeset 2517 for trunk/setup.py


Ignore:
Timestamp:
05/15/12 15:17:10 (12 years ago)
Author:
Malte Marquarding
Message:

More updates to get a distutils/scons build going

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r2514 r2517  
    2626      license = 'GPL',
    2727      install_requires = ["ipython>=0.11", "matplotlib>=0.99", "numpy>=1.3"],
    28       setup_requires = [ "scons>=1.0" ],
     28#      setup_requires = [ "scons>=1.0" ],
    2929      ext_modules =[ asapso ],
    3030      cmdclass={'build_ext': scons_ext}
Note: See TracChangeset for help on using the changeset viewer.