Revision: 79
Author: Nicolas.Rougier
Date: Thu Dec 20 22:38:03 2012
Log: Added Vera.ttf in the package
http://code.google.com/p/freetype-py/source/detail?r=79
Modified:
/trunk/README.txt
/trunk/setup.py
=======================================
--- /trunk/README.txt Mon Sep 26 00:51:03 2011
+++ /trunk/README.txt Thu Dec 20 22:38:03 2012
@@ -7,4 +7,5 @@
Contributors:
-* Titusz Pan
+* Titusz Pan (bug report)
+* Ekkehard.Blanz (bug report)
=======================================
--- /trunk/setup.py Thu Nov 8 23:36:08 2012
+++ /trunk/setup.py Thu Dec 20 22:38:03 2012
@@ -9,9 +9,10 @@
version = '0.4',
description = 'Freetype python bindings',
author = 'Nicolas P. Rougier',
- author_email='
Nicolas...@inria.fr',
- url='
http://code.google.com/p/freetype-py/',
- packages=['freetype', 'freetype.ft_enums'],
+ author_email= '
Nicolas...@inria.fr',
+ url = '
http://code.google.com/p/freetype-py/',
+ packages = ['freetype', 'freetype.ft_enums'],
+ data_files = ['examples/Vera.ttf',],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications',