Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 627 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 627 Bytes

Qcrew crewmate

Docs

Check out the documentation here.

Installation

pip install crewmate

Develop

pip install -e .

Build

python setup.py bdist_wheel sdist

Publish

twine upload dist/*

If you get this error while trying to upload:

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ File already exists. See https://pypi.org/help/#file-name-reuse for more information.

Delete the contents of the dist/ folder and make sure you increased the version number in setup.py