[ https://issues.apache.org/jira/browse/AVRO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Evans updated AVRO-136: ---------------------------- Attachment: setup.py Here is a setup.py (based on Patrick's) that will use setuptools if present, and fall-back to distutils if not (distutils is in the standard lib). The distutils module is not able to download dependencies so the {{install_requires}} keyword will cause a warning, but since simplejson is not a build dependency, there is no harm. I didn't port the ant bits, because I'm not entirely sure why that would be needed, (but I can if need be). > add support for building/releasing python eggs > ---------------------------------------------- > > Key: AVRO-136 > URL: https://issues.apache.org/jira/browse/AVRO-136 > Project: Avro > Issue Type: Improvement > Components: python > Affects Versions: 1.1.0 > Reporter: Patrick Hunt > Assignee: Patrick Hunt > Attachments: AVRO-136.patch, setup.py > > > Add support for building and releasing python eggs via python's setuptools. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.