Skip to content
Snippets Groups Projects
Commit c7ea22aa authored by Takumi IINO's avatar Takumi IINO
Browse files

setup: include document files to package. (issue114)

parent 06f84f38
No related branches found
No related tags found
No related merge requests found
include COPYING
include MANIFEST.in
include README.md
recursive-include hggit *.py *.rst
......@@ -26,5 +26,6 @@
license='GPLv2',
packages=['hggit'],
package_data={ 'hggit': ['help/git.rst'] },
include_package_data=True,
install_requires=['dulwich>=0.9.4'] + extra_req,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment