Changeset 122

Show
Ignore:
Timestamp:
06/12/07 22:52:45 (6 years ago)
Author:
bbangert
Message:

Fixed ext package not found by setuptools, due to packages not using the find_packages function.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/setup.py

    r99 r122  
    22 
    33setup(name="Elixir", 
    4       version="0.3.0", 
     4      version="0.3.1", 
    55      description="Declarative Mapper for SQLAlchemy", 
    66      long_description=""" 
     
    2727          "SQLAlchemy >= 0.3.0" 
    2828      ], 
    29       packages=['elixir'], 
     29      packages=find_packages(exclude=['ez_setup']), 
    3030      classifiers=[ 
    3131          "Development Status :: 4 - Beta",