##// END OF EJS Templates
configs: added pytest.ini and setup.cfg similar to enterprise project.
configs: added pytest.ini and setup.cfg similar to enterprise project.

File last commit:

r133:271283f9 default
r134:c6c8a1d8 default
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
core: added MANIFEST.in file to add additional files in package
r51 # top level files
manifest: updated file in package.
r133 include *.rst
include *.txt
core: added MANIFEST.in file to add additional files in package
r51
manifest: updated file in package.
r133 # package extras
core: added MANIFEST.in file to add additional files in package
r51 include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
manifest: updated file in package.
r133 recursive-exclude vcsserver/tests *
core: added MANIFEST.in file to add additional files in package
r51