Modify ↓
Ticket #260 (closed defect: fixed)
0.6.1 incompatibility with jython (at install time)
| Reported by: | nevion@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | commands | Version: | 0.6.1 |
| Keywords: | Cc: |
Description
simply change the
from setuptools import setup, find_packages
statement to a
from distutils.core import setup
Attachments
Change History
comment:1 in reply to: ↑ description Changed 2 years ago by anonymous
comment:2 Changed 2 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
Fixed in [04b2c36304b7].
Note: See
TracTickets for help on using
tickets.

Replying to nevion@…:
whops, forgot to say where: in the setup.py file
I wish I used the hg dl method for an easy diff :-).