From b42ae0dfd78befc89d3c270435e92cf2a83cfcf5 Mon Sep 17 00:00:00 2001 From: Mathew Sharff Date: Mon, 12 Nov 2018 21:33:12 -0800 Subject: [PATCH] Fixed a typo in setup.py: mainfest -> manifest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3216f58..87e3160 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ class DebCommand(Command): rmtree(os.path.join(here, "deb_dist")) except FileNotFoundError: pass - self.status(u"Creating debian mainfest…") + self.status(u"Creating debian manifest…") os.system( "python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=python3-virtualenv-clone" )