Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a missing build-dep of the website
[simgrid.git] / doc / doxygen / inside_release.doc
index 13312fb..67005c6 100644 (file)
@@ -182,7 +182,6 @@ Doing a dot release:
       or your jarfile will not contain the code you expect for win and
       mac.
   - Rebuild the python package
-    - test -e MANIFEST.in || echo "Copy MANIFEST.in from a freshly configured build tree"
     - rm -rf dist/ ; python3 setup.py sdist # Build a source distrib
     - test that the built distrib recompiles:
       rm -rf /tmp/pysimgrid && mkdir /tmp/pysimgrid && cp dist/simgrid-*.tar.gz /tmp/pysimgrid