From 7355b3e3503ca95e1ee11ebb814c3f2551143a86 Mon Sep 17 00:00:00 2001 From: Gabriel Pérez-Cerezo Date: Thu, 1 Mar 2018 17:47:10 +0100 Subject: Bumped version to 0.3, added html formatter --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c28954b..2ec44af 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name = "mensa", - version = "0.1.3", + version = "0.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."), @@ -21,6 +21,7 @@ setup( scripts=['bin/mensa'], long_description=read('README'), include_package_data=True, + install_requires=['yapsy','lxml', 'cssselect'], classifiers=[ "Development Status :: 3 - Alpha", "Topic :: Utilities", -- cgit v1.2.3