Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 259 Bytes

CONTRIBUTE.md

File metadata and controls

15 lines (8 loc) · 259 Bytes

Todo

  • move the argsparse in hstream.py to a click function
  • make hstag acceot attributes similiat to yattag

Deploy

  1. increment version in setup.py

  2. rm -rf build/ hstream.egg-info/ dist/

  3. python -m build

  4. twine upload dist/*