Question

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?

Was it helpful?

Solution 2

Here is a script taking care of pesky details:

https://github.com/miohtama/eggify

OTHER TIPS

With paster.

paster -t basic_namespace Products.myOldProducts

Then, you have the structure, you will have to remove the "myOldProducts" directory and replace it with your actual oldProducts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top