lukaszmach / jira-export

Small program for exporting issues from Jira to pdf or html
MIT License
2 stars 0 forks source link

Publish package to PyPI #7

Open aleksvujic opened 1 month ago

aleksvujic commented 1 month ago

Is your package available on PyPI? If not, can you please publish it so we can install it with pip install ...? Thank you. 🙂

lukaszmach commented 1 month ago

Published at: https://pypi.org/project/jira-export/0.0.3/

Install using: pip install jira-export==0.0.3

Run with: jira_export

Let me know if something is not working, its my first time publishing package :)