From 0424543e362d8eb81f4ef5536f45a890ffbfb3b4 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 24 Jun 2017 23:23:36 +0100 Subject: [PATCH] Update author details --- setup.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c06b56118..f7af90fbc 100755 --- a/setup.py +++ b/setup.py @@ -482,14 +482,27 @@ setup( version=_version, fullname='Deluge BitTorrent Client', description='BitTorrent Client', - author='Andrew Resch, Damien Churchill', - author_email='andrewresch@gmail.com, damoxc@gmail.com', + author='Deluge Team', + author_email='deluge-dev@googlegroups.com', + maintainer='Calum Lind', + maintainer_email='calumlind+deluge@gmail.com', keywords='torrent bittorrent p2p fileshare filesharing', long_description="""Deluge is a BitTorrent client that utilizes a daemon/client model. There are various user interfaces available for Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses libtorrent in it's backend to handle the BitTorrent protocol.""", url='http://deluge-torrent.org', + classifiers=[ + 'Environment :: Console', + 'Environment :: Web Environment', + 'Environment :: X11 Applications :: GTK', + 'Framework :: Twisted', + 'Intended Audience :: End Users/Desktop', + 'Programming Language :: Python :: 2.7', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX', + 'Topic :: Internet'], license='GPLv3', cmdclass=cmdclass, tests_require=['pytest'],