diff options
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rw-r--r-- | README.md (renamed from README) | 0 | ||||
| -rw-r--r-- | RELEASE | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
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 @@ | |||
| 1 | include README README.security LICENSE mat mat-gui | 1 | include README.md README.security LICENSE mat mat-gui |
| 2 | include TODO mat.desktop | 2 | include TODO mat.desktop |
| 3 | include mat.1 mat-gui.1 | 3 | include mat.1 mat-gui.1 |
| 4 | recursive-include data * | 4 | recursive-include data * |
| @@ -1,4 +1,4 @@ | |||
| 1 | check if year in the copyright notice in README needs an update. | 1 | check if year in the copyright notice in README.md needs an update. |
| 2 | 2 | ||
| 3 | mark "Fix commited" tickes as "resolved" in the bugtracker. | 3 | mark "Fix commited" tickes as "resolved" in the bugtracker. |
| 4 | 4 | ||
| @@ -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 | ], |
