summaryrefslogtreecommitdiff
path: root/setup.py (unfollow)
AgeCommit message (Collapse)Author
2016-01-03MAT 0.6.10.6.1jvoisin
2016-01-03Fix some typos found by intrigerijvoisin
This should close https://labs.riseup.net/code/issues/10838
2015-12-30MAT 0.60.6jvoisin
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-30Hopefully make test suite work once copied out of the build treejvoisin
This should fix https://labs.riseup.net/code/issues/10065
2015-12-02Remove hachoir from MAT.jvoisin
This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this.
2015-11-26Improves the way tests are handled with `python setup.py test`jvoisin
2015-11-26The README file now has a `.md` extension.jvoisin
2015-11-25`python setup.py test` will now run the testsuitejvoisin
It's basically a simple wrapper around `cd test/ ; python test.py --local`.
2015-11-15Add hachoir_core and hachoir_parser as `requires` in setup.pyjvoisin
Thanks to Rafiot for the original idea/bugfix
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-07-25Add python packages dependencies to setup.pyjvoisin
2015-04-11MAT 0.5.30.5.3jvoisin
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-02-10Rename mat.ui to mat.gladejvoisin
2014-01-21Remove the non-existing "TODO" file form the setup.pyjvoisin
Close https://labs.riseup.net/code/issues/6615
2013-07-17Bump version0.4-rcjvoisin
2013-07-17Split (and update) the READMEjvoisin
2013-07-16The setup.py now uses a __version__ variablejvoisin
Expect a release.sh script soon ;)
2013-07-13Add nautilus extensionTails developers
2013-07-13setup.py: remove dependency on MATTails developers
Chicken and eggs problem...
2013-04-27Cleaning of the setup.py filejvoisin
This commit: - remove the leftover nautilus line - install the glade file - remove the leftover tar-related line
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2013-01-07Refactor the get_sharedir function, and move datas to a proper data folderjvoisin
2013-01-02Update the setup.py to make it install manpagesjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-12-08Fix the logo's wrong path (Bug#693967)jvoisin
2012-12-04Set executable permission on the setup scriptjvoisin
2012-05-25Makes pyflakes happier (Paul Wise)jvoisin
2012-05-02Improve i18njvoisin
2012-02-19Add an (awesome) logo to the MATjvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-08Setup.py now generate localesjvoisin
2012-01-03Correct another typo in setup.py. thanks asnjvoisin
2012-01-03Fix a typo in setup.py. Thanks to paul wisejvoisin
2012-01-01Add more metadata to setup.pyjvoisin
2011-10-31Update websitejvoisin
2011-10-23Remove embedded pdfrwjvoisin
2011-08-30The setup script should work now o/jvoisin
2011-08-23desktop stuffjvoisin
2011-08-19Add the desktop file in the setup.pyjvoisin
2011-08-17Correct setup.pyjvoisin
2011-08-17Correct "binaries" names, and fix the setup.py according to the changesjvoisin
2011-08-17Change permissionsjvoisin
2011-08-16setup.py now works !jvoisin
2011-07-20Add a setup.pyjvoisin
2011-07-20Re-Organisation of the arborescencejvoisin