Merge pull request #222 from MRSharff/debian-manifest-typofix

Fixed a typo in setup.py: mainfest -> manifest
This commit is contained in:
2018-11-13 07:10:34 -05:00
committed by GitHub
+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"
)