Ticket #24 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Do not use automatic discovery of packages in setup.py

Reported by: cdavid Assigned to: cdavid
Priority: blocker Milestone: learn: first scikits release
Component: learn Version:
Keywords: Cc:

Description

The problem is that packages=find_packages() does not try to find setup.py in subpackages, and for example cannot build extension, etc... Implementing the same scheme than scipy (a setup.py in each subpackage) should solve the problem.

This would also solve #19.

Change History

07/21/07 07:29:19 changed by cdavid

  • status changed from new to assigned.

07/21/07 07:41:16 changed by cdavid

  • status changed from assigned to closed.
  • resolution set to fixed.

Solved in r444