diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 18:33:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 18:33:04 -0600 |
commit | 1408265197701d0452fb5040ab73b35f777316c6 (patch) | |
tree | 2b67a4e0ce3efb62f846119c82337231899eda01 /doc | |
parent | d2dab103f87440246ccea093d238bb6e4ed86af4 (diff) | |
download | pytdeextensions-1408265197701d0452fb5040ab73b35f777316c6.tar.gz pytdeextensions-1408265197701d0452fb5040ab73b35f777316c6.zip |
Part 1 of 2 rename pykde to pytde
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index cce3314..22fca8b 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -138,11 +138,11 @@ with all of the configuration information about your application, much like the <symbol>setup()</symbol> from <symbol>distutils</symbol>. <programlisting> -kdedistutils.setup(name="pykdeextensions", +kdedistutils.setup(name="pytdeextensions", version="0.1.0", author="Simon Edwards", author_email="[email protected]", - url="http://www.simonzone.com/software/pykdeextensions/", + url="http://www.simonzone.com/software/pytdeextensions/", min_kde_version = "3.0.0", min_qt_version = "3.0.0", license = "LGPL" ) |