diff options
| author | Adrien Tétar | 2015-09-21 20:40:35 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-09-21 20:40:35 +0200 | 
| commit | f83831e31597e8c811f5b3b75cb98a0ff3590a8c (patch) | |
| tree | 81665d9e00cf3752bd245b1c64a920b1781cc669 /setup.py | |
| parent | 748bb567eef19dcd8e067934786950c5866dc580 (diff) | |
| download | trufont-f83831e31597e8c811f5b3b75cb98a0ff3590a8c.tar.bz2 | |
meta: refactorings and cleanups, fontView: partial rewrite, new AddGlyphsWindow, extract cells widget to a separate location, support CharacterSet objects fully
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -33,14 +33,15 @@ except:  setup(name="defconQt", -    version="0.1", +    version="0.1.0",      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 LGPL 2.1/GNU GPL v3", +    license="GNU LGPL 2.1/GNU GPL v3",      packages=[          "defconQt", +        "defconQt.objects",          "defconQt.representationFactories",      ],      package_dir={"":"Lib"} | 
