Update author details
This commit is contained in:
parent
d0cb45808c
commit
0424543e36
17
setup.py
17
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'],
|
||||
|
|
Loading…
Reference in New Issue