Commit graph

5 commits

Author SHA1 Message Date
Milan Nikolic
745965c62f
Add excepthook 2021-12-22 14:07:01 +01:00
Andrew Siplas
6f26875eba Change ambiguous python to python3
Fedora's RPM linting warns of ambiguous python shebang in
`/usr/bin/m64py`.

Changed to `#!/usr/bin/python3`.

Fixes #186
2021-07-18 14:09:58 -04:00
Milan Nikolic
948c4d5a7b
Workaround D-Bus assert checks #91 2020-04-11 19:51:07 +02:00
Milan Nikolic
6ad95232eb
Allow to start from bin/ 2020-04-10 14:53:52 +02:00
Ted Moseley
9b45103995
Fix install error and convert README to reStructuredText
Early this week, GitHub user xX-Yoshi-Xx informed me that there was an
issue installing using my last commit. This was due to the script trying
to import a module from `src/m64py` before it was added to the path. So
I fixed that just by moving the import down a few lines.

I also rewrote the README in reStructuredText, since this is the
default Python markup format. I added some new content on using the
`requirements.txt`` file to install the Python dependencies as well as a
few other notes. I also did a few smaller things like making the
Changelog file in all caps like the other files.
2017-03-27 10:54:38 -04:00
Renamed from m64py (Browse further)