Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Add a package manifest #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add a package manifest #3

wants to merge 4 commits into from

Conversation

mjumbewu
Copy link

So that the readme gets pulled up to pypi, among other things.

@tomchristie
Copy link
Contributor

Ok, what effect does that have then?
REST framework doesn't currently include them, and I'd normally only use
the manifest for stuff actually in the package,
so I'm not sure what difference this'd make to the package or PyPI listing
of the package.

On 14 January 2013 16:49, Mjumbe Poe [email protected] wrote:

So that the readme gets pulled up to pypi, among other things.

You can merge this Pull Request by running

git pull https://github.com/mjumbewu/django-reusable-app master

Or view, comment on, or merge it at:

#3
Commit Summary

  • Add a project manifest

File Changes

  • A MANIFEST.in (2)

Patch Links:

@mjumbewu
Copy link
Author

If you include the README in the actual package, the pypi listing shows the readme contents. Compare http://pypi.python.org/pypi/djangorestframework with http://pypi.python.org/pypi/django-jstemplate. In fact, it will also include CHANGELOG and, I believe, LICENSE.

There's definitely an argument to be had for not including it (since no one will ever look at the README in the actual package source), but it's nice to have that extra context on packages when browsing PyPI. I believe there's also a way to manually set the package details, but you'd have to update it manually each time you change the README/CHANGELOG content.

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.

2 participants