aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 51394c0..73681be 100644
--- a/setup.py
+++ b/setup.py
@@ -34,11 +34,11 @@ except:
setup(name="defconQt",
version="0.1",
- description="A set of QT interface objects for working with font data.",
+ description="A set of Qt interface objects for working with font data.",
author="Adrien Tétar",
author_email="adri-from-59@hotmail.fr",
# url="",
- license="GNU GPL v3",
+ license="GNU LGPL 2.1/GNU GPL v3",
# TODO: populate
packages=["defconQt"],
package_dir={"":"Lib"}