##// END OF EJS Templates
feat(version): cache version to read from it not from file
feat(version): cache version to read from it not from file

File last commit:

r1133:d8788c5d default
r1189:2c7f5b16 default
Show More
MANIFEST.in
23 lines | 450 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all python files inside vcsserver
graft vcsserver
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *
recursive-exclude docs/_build *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .*.sw[a-z]