diff options
author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
commit | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (patch) | |
tree | 51733e0d6ffb00f0f7dfe01dccd48b2a598e5153 /setup.py | |
parent | 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (diff) |
New upstream version 0.9.9upstream/0.9.9
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2009-2017 Damon Lynch <damonlynch@gmail.com> +# Copyright (C) 2009-2018 Damon Lynch <damonlynch@gmail.com> # This file is part of Rapid Photo Downloader. # @@ -23,7 +23,7 @@ # Contains portions Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, Canonical Ltd __author__ = 'Damon Lynch' -__copyright__ = "Copyright 2009-2017, Damon Lynch" +__copyright__ = "Copyright 2009-2018, Damon Lynch" import os import os.path @@ -347,7 +347,8 @@ setup( 'easygui', 'colour', 'pymediainfo', - 'sortedcontainers' + 'sortedcontainers', + 'tornado' ], extras_require={':python_version == "3.4"': ['scandir', 'typing']}, include_package_data = False, |