diff options
author | Jan Schmidt <jan@centricular.com> | 2018-03-17 01:34:52 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2018-03-17 01:34:52 +1100 |
commit | 4705a322691a03f8a5f5b43577810136b0884c9e (patch) | |
tree | fc95817b8ad8c2104e3e531d6e510974903b3510 | |
parent | b2f93015173945607fe7a35b9e81bb33b18eec4e (diff) |
setup.py: Fix missing comma1.13.91
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = '1.13.91' + version = '1.13.91', author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |