Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Move package metadata into setup.py #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dairiki
Copy link

@dairiki dairiki commented Jan 10, 2014

This PR moves the package metadata out of the blogofile_blog module and into setup.py. The motivation for this is to allow python setup.py bdist_egg to work without having Blogofile installed.

In turn this allows for blogofile_blog and blogofile to be installed in a single pip run (using a pip requirements file, say). Also it make it possible to install blogofile_blog and blogofile using buildout without extreme pain.

This allows ``python setup.py bdist_egg`` to work without Blogofile
installed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant