raphael
bdf5c9fb4f
- 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
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
*__pycache__/*
|
|
.bump*
|
|
*.tar.gz
|
|
*.egg-info/*
|