From 35e5031b30e25faf9aff6caacfe9b8f185fa430e Mon Sep 17 00:00:00 2001 From: willtryagain <41161981+willtryagain@users.noreply.github.com> Date: Thu, 10 Dec 2020 12:05:37 -0500 Subject: [PATCH] Fix typo in setup.py (#9790) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3f2fa178d72..84cb858b9087 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ sys.path.insert(0, os.path.dirname(os.path.realpath(__file__))) # This requires setuptools when building; setuptools is not needed -# when installing from a wheel file (though it is still neeeded for +# when installing from a wheel file (though it is still needed for # alternative forms of installing, as suggested by README.md). from setuptools import setup, find_packages from setuptools.command.build_py import build_py