willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

Packaging for PyPi #16

Closed willhardy closed 13 years ago

willhardy commented 13 years ago

I would like to package and upload this project to PyPi, but am a little torn on naming and namespaces. The name on github (django-seo) describes what the library does (SEO for Django projects), but the current namespace (rollyourown.seo) doesn't mention django. It is however in line with a series of libraries I would like to write that take a similar approach (letting end developers have their own opinions).

Additionally, there may be problems packaging two-level namespaces separately (eg by having rollyourown.seo and rollyourown.ecommerce in two separate eggs).

I may need to seek advice before making a release, because of course changing the namespace after a release would be evil.

willhardy commented 13 years ago

Namespace packaging appears to be possible, the only limitation is the effect this might have on branding, which isn't a great concern for me.