Replace dateutils with python-dateutil

This commit is contained in:
Nick Timkovich 2016-06-01 20:50:48 -05:00
parent 290045ac49
commit 867e1c26fe
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
before_install: pip install --quiet lxml python-dateutil

View file

@ -14,7 +14,7 @@ setup(
url = 'http://lkiesow.github.io/python-feedgen',
keywords = ['feed','ATOM','RSS','podcast'],
license = 'FreeBSD and LGPLv3+',
install_requires = ['lxml', 'dateutils'],
install_requires = ['lxml', 'python-dateutil'],
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',