Mercurial > p > roundup > code
view .coveragerc @ 7930:0127045f573b
feat: allow pip install roundup[jinja2,extras,test,charting]
Add some optional dependencies to setup.py for roundup. I am using
them for testing and they may be generally useful. For right
not I am not documenting them. They are for internal use.
Also fix formatting of a kwarg.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 May 2024 17:18:30 -0400 |
| parents | 729e703a6c5a |
| children |
line wrap: on
line source
[run] # ignore the dist utils. They are not part of the code base # we are going to test. They are used by maintainers only. omit = roundup/dist/*
