Include LICENSE file

Change license type in setup.py to GPLv3
This commit is contained in:
Andrew Resch 2008-07-21 00:58:10 +00:00
commit 98899d7ba5
2 changed files with 622 additions and 1 deletions

View file

@ -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",