summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2017-06-24 23:23:36 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2017-06-25 19:22:13 +0100
commit0424543e362d8eb81f4ef5536f45a890ffbfb3b4 (patch)
tree18a7e5da35669b2c4e0caf377e6b4d5d6b0e6d80
parentd0cb45808c5bb11891fefacf764cff101321738b (diff)
downloaddeluge-0424543e362d8eb81f4ef5536f45a890ffbfb3b4.tar.gz
deluge-0424543e362d8eb81f4ef5536f45a890ffbfb3b4.tar.bz2
deluge-0424543e362d8eb81f4ef5536f45a890ffbfb3b4.zip
Update author details
-rwxr-xr-xsetup.py17
1 files 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'],