Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 341 Bytes

File metadata and controls

22 lines (15 loc) · 341 Bytes

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

You can contribute in many ways:

Run tests

To run a subset of tests:

$ pytest

Deploying

$> rm -rf dist/
$> python setup.py sdist
$> python setup.py bdist_wheel
$> twine upload dist/*