> --
> You received this message because you are subscribed to the Google
> Groups "ish.io" group.
> To post to this group, send an email to is...@googlegroups.com.
> To unsubscribe from this group, send email to
> ishio+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/ishio?hl=en-GB.
--
Chris McDonough
Agendaless Consulting, Fredericksburg VA
The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book
Yep, quite right, it shouldn't be there and has just been removed from
the repo. I removed the formish.egg-info the above day but forgot the
testish app was buried in the package too.
- Matt
I completely agree. I normally hate generated stuff in repos too.
(This applies to sphinx-generated docs too but I'm not going to remove
those just yet because they're automatically pushed to the ish web
server.)
For the record, the reason the .egg-info directories were added was
simply to make our lives easy. We use git submodule to link the
packages into our main application rather than installing eggs. The
egg-info dirs meant that the pkg_resources machinery just worked. I'll
fix the application to build the egg-info directories after we update
the submodules.
- Matt