Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 840 Bytes

HOWTO.md

File metadata and controls

33 lines (23 loc) · 840 Bytes

resources

how to package

test package

real package

how to create subpackages (mdl-eyelink) that can install into main package (mdl)

steps to package

update version

  • versioneer install

create archive

  • python setup.py sdist

upload to test pypi

install test

upload to real pypi

  • python -m twine upload dist/*