X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fbcdfade89b3812c24152c86f8aa3be510df7f2..a12c32acea1c020e7b3feea52fa11462c67fac32:/setup.py diff --git a/setup.py b/setup.py index d5ad57bf9e..2c1807d75a 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class CMakeBuild(build_ext): if not os.path.exists("MANIFEST.in"): raise RuntimeError( - "Please generate a MANIFEST.in file (configure simgrid, and copy it here if you build out of tree)") + "Please generate a MANIFEST.in file (configure SimGrid, and copy it here if you build out of tree)") for ext in self.extensions: self.build_extension(ext)