xonsh/MANIFEST.in
Sebastian Wagner 3fd6530e81
Include Metadata in release tarballs
License and documentation for xonsh and ply
2017-12-04 20:48:52 +01:00

15 lines
339 B
Text

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