Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 353 Bytes

Building

  1. Install flit of needed: pip -m install flit
  2. Run 'flit install'

You should then have a local copy available as 'docs2stubs'.

Releasing

To make a release,

  1. Update README.md and the _version_ in docs2stubs/_init_.py
  2. Run 'flit install'
  3. Test the installed docs2stubs locally
  4. Upload to PyPI: 'flit publish'