diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,21 @@ +# top level files +include test.ini +include MANIFEST.in +include README.rst +include CHANGES.rst +include LICENSE.txt + +include vcsserver/VERSION + +# all config files +recursive-include configs * + +# non-python core stuff +recursive-include rhodecode *.cfg +recursive-include rhodecode *.json +recursive-include rhodecode *.ini_tmpl +recursive-include rhodecode *.sh + +# skip any tests files +recursive-exclude tests * +