xonsh/MANIFEST.in
Daniel Shimon daa27337dd
Amalgamated release (#4355)
* pip: Ensure the release version of xonsh is amalgamated

It will be amalgamated regardless of whether amalgamate.py is installed

* manifest: Remove non-existent PLY files

* pip: Add completion parser table

* amalgam: Update init files
2021-07-05 20:59:44 +03:00

10 lines
210 B
Text

include logo.txt
include scripts/*
include license
include CHANGELOG.rst
include README.rst
include run-tests.xsh
recursive-include tests *
exclude tests/test_news.py
global-exclude *.pyc
include amalgamate.py