updated setup

This commit is contained in:
2018-10-21 07:38:32 +02:00
parent acb558e5c0
commit fe2798fefd

View File

@@ -6,7 +6,7 @@ setup(
url = 'https://github.com/mypackage.git',
author = 'Matthias Bilger',
author_email = 'matthias@bilger.info',
description = 'grab infomentor news and push them',
description = 'grab infomentor news and push or mail them',
packages = find_packages(),
install_requires = ['pycrypt', 'requests'],
install_requires = ['pycrypt', 'requests', 'sqlalchemy', 'dateparser', 'python-pushover' ],
)