Search code examples
pythonplonezopeegg

Automating eggifying of old Plone products


Does anyone know a script which would wrap old Products namespace style Plone add-on to an egg?

  • Generate setup.py

  • Create directory structure

Other actions needed?

Any pitfalls in the eggifying process?


Solution

  • Here is a script taking care of pesky details:

    https://github.com/miohtama/eggify