adds pip setup script, updates gitignore

- pip setup.py is provided to allow installs via pip
  this includes a brief package description and install
  dependencies
- bump is now moved to a subfolder bump with __init__
  as this is a package setup requirement
- gitignore now ignores any tar'ed files and any
  pycaches
This commit is contained in:
2022-01-14 22:17:01 +01:00
parent 4c6ca75fa8
commit bdf5c9fb4f
4 changed files with 23 additions and 1 deletions

2
bump/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from bump.bump import Bump