Ticket #453 (closed defect: fixed)
easier eggification
| Reported by: | David Cournapeau | Owned by: | David Cournapeau |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
I needed to be able to build an egg for cython on windows, and thought it could be interesting to integrate it to cython sources. Besides an egg, it provides cython as a console_script, which is easier to handle on windows. The patch is minimal and non invasive, as by default, setuptools is *not* run if you use setup.py. I attached the patch here (I can't connect to trac ATM),
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

