From ff5121b7512f4677ddca1e922e4c66ca6b546694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 26 Oct 2017 12:37:52 +0200 Subject: Fixed error handling --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 22085c4..c28954b 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,13 @@ def read(fname): setup( name = "mensa", - version = "0.1.2", + version = "0.1.3", author = "Gabriel PĂ©rez-Cerezo", author_email = "gabriel@gpcf.eu", description = ("A program that fetches menus from various restaurants. Pre-installed by default are various cafeterias around TU Berlin."), license = "MIT", keywords = "food", - url = "", + url = "https://gitlab.tu-berlin.de/gpcf/mensa/", packages=['mensa'], scripts=['bin/mensa'], long_description=read('README'), -- cgit v1.2.3