mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
15 lines
383 B
Text
15 lines
383 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
|
|
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
|