grim/local-pipelines

Add the license field to setup.py and remove monthly downloads from pypi since they've removed that for now
[flake8]
# W391 is blank line at end of file
ignore = W391
exclude = .hg,__pycache__,build,dist,*venv*
max-complexity = 10