xonsh/MANIFEST.in
2019-02-10 14:04:05 +01:00

13 lines
324 B
Text

include logo.txt
include scripts/*
include tests/*
include license
include CHANGELOG.rst
include README.rst
recursive-include xonsh/ply/example *
recursive-include xonsh/ply/doc *
recursive-include xonsh/ply/test *
include xonsh/ply/CONTRIBUTING.md
include xonsh/ply/README.md
include xonsh/ply/CHANGES
global-exclude *.pyc