summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-11-25 13:47:54 +0100
committerjvoisin2015-11-26 15:47:30 +0100
commita71bbcaf57be3076cb7bd38d07cf13e71fcbe611 (patch)
tree47d41286373acb2f7c351ade8bb26fd635d29c8e
parent4de7342a67e3cf08dabf616e6bbf0bbbae2f507f (diff)
The README file now has a `.md` extension.
Diffstat (limited to '')
-rw-r--r--MANIFEST.in2
-rw-r--r--README.md (renamed from README)0
-rw-r--r--RELEASE2
-rwxr-xr-xsetup.py2
4 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fb0af66..094d5c0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
1include README README.security LICENSE mat mat-gui 1include README.md README.security LICENSE mat mat-gui
2include TODO mat.desktop 2include TODO mat.desktop
3include mat.1 mat-gui.1 3include mat.1 mat-gui.1
4recursive-include data * 4recursive-include data *
diff --git a/README b/README.md
index a23dd85..a23dd85 100644
--- a/README
+++ b/README.md
diff --git a/RELEASE b/RELEASE
index e95b5f2..5ec5d47 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
1check if year in the copyright notice in README needs an update. 1check if year in the copyright notice in README.md needs an update.
2 2
3mark "Fix commited" tickes as "resolved" in the bugtracker. 3mark "Fix commited" tickes as "resolved" in the bugtracker.
4 4
diff --git a/setup.py b/setup.py
index 7e1e4f3..8da1bfb 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
45 ('share/applications', ['mat.desktop']), 45 ('share/applications', ['mat.desktop']),
46 ('share/mat', ['data/FORMATS', 'data/mat.glade']), 46 ('share/mat', ['data/FORMATS', 'data/mat.glade']),
47 ('share/pixmaps', ['data/mat.png']), 47 ('share/pixmaps', ['data/mat.png']),
48 ('share/doc/mat', ['README', 'README.security']), 48 ('share/doc/mat', ['README.md', 'README.security']),
49 ('share/man/man1', ['mat.1', 'mat-gui.1']), 49 ('share/man/man1', ['mat.1', 'mat-gui.1']),
50 ('share/nautilus-python/extensions', ['nautilus/nautilus-mat.py']) 50 ('share/nautilus-python/extensions', ['nautilus/nautilus-mat.py'])
51 ], 51 ],