public
Description: Python interface for talking to the github API
Clone URL: git://github.com/dustin/py-github.git
py-github / MANIFEST.in
100644 7 lines (6 sloc) 0.117 kb
1
2
3
4
5
6
7
include AUTHORS
include LICENSE
include README.markdown
include COPYING
include MANIFEST.in
recursive-include src/ *