python-pushover icon indicating copy to clipboard operation
python-pushover copied to clipboard

Small polish and CI

Open akx opened this issue 5 years ago • 0 comments

This PR:

  • wraps Pushover in a package (for future changes)
  • adds some missing entries to the repo's .gitignore
  • runs 2to3 manually on the repo then removes use_2to3 from setup.py
    • this makes it possible to use pip install -e . (or python setup.py develop); with use_2to3, it will always 2to3 files into a secondary locations
  • adds a very simple CI workflow to at least lint the code with flake8

akx avatar Jul 22 '20 06:07 akx