diff options
| author | jvoisin | 2011-10-31 17:23:15 +0100 |
|---|---|---|
| committer | jvoisin | 2011-10-31 17:23:15 +0100 |
| commit | be6fd0d40cb8713dd614c744b040070719172ba4 (patch) | |
| tree | 278e7dafb308def1b7c8855b1f88cfe6087dcd7e | |
| parent | 2437576987338b523991dfc66e95cd91737bbd7c (diff) | |
Update website
| -rwxr-xr-x | mat-gui | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -344,7 +344,7 @@ data loss, but clean more efficiently')) | |||
| 344 | w.set_version(__version__) | 344 | w.set_version(__version__) |
| 345 | w.set_copyright('GNU Public License v2') | 345 | w.set_copyright('GNU Public License v2') |
| 346 | w.set_comments(_('This software was coded during the GSoC 2011')) | 346 | w.set_comments(_('This software was coded during the GSoC 2011')) |
| 347 | w.set_website('https://gitweb.torproject.org/user/jvoisin/mat.git') | 347 | w.set_website('https://mat.boum.org') |
| 348 | w.set_website_label(_('Website')) | 348 | w.set_website_label(_('Website')) |
| 349 | w.set_authors(['Julien (jvoisin) Voisin', ]) | 349 | w.set_authors(['Julien (jvoisin) Voisin', ]) |
| 350 | w.set_program_name('Metadata Anonymisation Toolkit') | 350 | w.set_program_name('Metadata Anonymisation Toolkit') |
| @@ -8,7 +8,7 @@ setup(name='MAT', | |||
| 8 | author='Julien (jvoisin) Voisin', | 8 | author='Julien (jvoisin) Voisin', |
| 9 | author_email='julien.voisin@dustri.org', | 9 | author_email='julien.voisin@dustri.org', |
| 10 | license='GPLv2', | 10 | license='GPLv2', |
| 11 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', | 11 | url='https://mat.boum.org', |
| 12 | packages=['mat', 'mat.hachoir_editor', 'mat.bencode', | 12 | packages=['mat', 'mat.hachoir_editor', 'mat.bencode', |
| 13 | 'mat.tarfile'], | 13 | 'mat.tarfile'], |
| 14 | scripts=['mat-cli', 'mat-gui'], | 14 | scripts=['mat-cli', 'mat-gui'], |
