aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-08 08:19:18 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-08 08:19:18 +0200
commit57eaeb9362c5f727e1fb3f9ac6b8236002e4294c (patch)
tree57ae7111f6d80aadddc0c562e9a04eec33fd439a /setup.py
parenta3ffb0235b1fd403303104b752aca5863f56a7f4 (diff)
Fixed setup script after changing README extension
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 32468b829..aebd58220 100644
--- a/setup.py
+++ b/setup.py
@@ -709,7 +709,7 @@ setup(
name = "PySide",
version = __version__,
description = ("Python bindings for the Qt cross-platform application and UI framework"),
- long_description = read('README.txt'),
+ long_description = read('README.rst'),
options = {
"bdist_wininst": {
"install_script": "pyside_postinstall.py",