[meld] setup.py: Put README-style docs under the correct module
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] setup.py: Put README-style docs under the correct module
- Date: Thu, 20 Mar 2014 20:35:34 +0000 (UTC)
commit df6b71035f9452c990a2c08a1fb9e09be98a7338
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Mar 18 06:00:00 2014 +1000
setup.py: Put README-style docs under the correct module
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index 946ce7d..68132e9 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
'meld.vc',
],
package_data={
- 'meld.vc': ['README', 'COPYING', 'NEWS']
+ 'meld': ['README', 'COPYING', 'NEWS']
},
scripts=['bin/meld'],
data_files=[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]