mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Update author details
This commit is contained in:
parent
d0cb45808c
commit
0424543e36
1 changed files with 15 additions and 2 deletions
17
setup.py
17
setup.py
|
@ -482,14 +482,27 @@ setup(
|
||||||
version=_version,
|
version=_version,
|
||||||
fullname='Deluge BitTorrent Client',
|
fullname='Deluge BitTorrent Client',
|
||||||
description='BitTorrent Client',
|
description='BitTorrent Client',
|
||||||
author='Andrew Resch, Damien Churchill',
|
author='Deluge Team',
|
||||||
author_email='andrewresch@gmail.com, damoxc@gmail.com',
|
author_email='deluge-dev@googlegroups.com',
|
||||||
|
maintainer='Calum Lind',
|
||||||
|
maintainer_email='calumlind+deluge@gmail.com',
|
||||||
keywords='torrent bittorrent p2p fileshare filesharing',
|
keywords='torrent bittorrent p2p fileshare filesharing',
|
||||||
long_description="""Deluge is a BitTorrent client that utilizes a
|
long_description="""Deluge is a BitTorrent client that utilizes a
|
||||||
daemon/client model. There are various user interfaces available for
|
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
|
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.""",
|
libtorrent in it's backend to handle the BitTorrent protocol.""",
|
||||||
url='http://deluge-torrent.org',
|
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',
|
license='GPLv3',
|
||||||
cmdclass=cmdclass,
|
cmdclass=cmdclass,
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue