https://github.com/JarronL/pynrc
Revision 1fe7bb3c5f80ff7c076886fb0d6eb0f8af1c408f authored by Jarron Leisenring on 22 December 2021, 07:13:02 UTC, committed by Jarron Leisenring on 22 December 2021, 07:13:02 UTC
1 parent 2e4f8b1
Raw File
Tip revision: 1fe7bb3c5f80ff7c076886fb0d6eb0f8af1c408f authored by Jarron Leisenring on 22 December 2021, 07:13:02 UTC
make a copy of the docs directory
Tip revision: 1fe7bb3
MANIFEST.in
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
back to top