diff options
| author | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
| commit | 3d769d86cc997486cea888f47310b546d112151e (patch) | |
| tree | c7055ce12271b0bb6974f2a1f4e3d629a3ef6ac6 /setup.py | |
| parent | b588ee3ca0dc77c37b7cc180ba1bdab04bd7de4e (diff) | |
| download | trufont-3d769d86cc997486cea888f47310b546d112151e.tar.bz2 | |
More stuff
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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"} | 
