mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Include LICENSE file
Change license type in setup.py to GPLv3
This commit is contained in:
parent
8866ff16c4
commit
98899d7ba5
2 changed files with 622 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -294,7 +294,7 @@ setup(
|
|||
ext_modules = [libtorrent],
|
||||
fullname = "Deluge Bittorent Client",
|
||||
include_package_data = True,
|
||||
license = "GPLv2",
|
||||
license = "GPLv3",
|
||||
name = "deluge",
|
||||
package_data = {"deluge": ["ui/gtkui/glade/*.glade",
|
||||
"data/pixmaps/*.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue