Commit graph

6 commits

Author SHA1 Message Date
Milan Nikolic
47ddad0f4c
Add pyproject.toml 2024-10-17 19:19:31 +02:00
Milan Nikolic
d8876e2eb1
Add find_executable, vidext checks 2024-10-11 10:39:53 +02:00
Jack
9b0daaa547 Update gitignore 2023-03-12 14:17:22 +00:00
Milan Nikolic
e2b149cc87
Update .gitignore 2020-04-04 23:12:30 +02:00
Milan Nikolic
aba5db0b17
Update .gitignore 2020-04-04 23:10:57 +02:00
Ted Moseley
26d0cc010e Change setup.py to Setuptools and refactor bits of code
Earlier today I got a warning from Pip saying that ability to uninstall
programs that were installed using the Distutils module is going to be
depricated. So I decided to update everything over to Setuptools, which
is the new Python standard. While doing so, I ran the script through
flake8 and pylint a bit and took care of warnings not dealing with line
length or the lack of docstrings. I also took a bit of creative license
when I felt comfortable doing so to make the script more readable.
2017-03-17 00:13:44 -04:00