Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
magic-wormhole/MANIFEST.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (10 sloc)
368 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include versioneer.py | |
include src/wormhole/_version.py | |
include LICENSE README.md NEWS.md | |
recursive-include docs *.md *.rst *.dot | |
include docs/wormhole.1 docs/Makefile docs/conf.py | |
include docs/state-machines/Makefile | |
include .coveragerc tox.ini snapcraft.yaml | |
include misc/windows-build.cmd | |
include misc/*.py misc/web/*.html misc/web/*.js misc/web/*.css | |
include pyi/* |