Fixed a typo in setup.py: mainfest -> manifest

This commit is contained in:
Mathew Sharff
2018-11-12 21:33:12 -08:00
parent a6bd179726
commit b42ae0dfd7
+1 -1
View File
@@ -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"
)