setup.cfg 355 B

123456789101112131415161718
  1. [metadata]
  2. name = jirashell
  3. author = Nikola Kotur
  4. author-email = kotnick@gmail.com
  5. url = https://git.kotur.org/kotnik/jira-shell
  6. summary = Use JIRA over the API
  7. description-file = README.md
  8. license = MIT
  9. [files]
  10. packages =
  11. jirashell
  12. data-files =
  13. jirashell/ui = jirashell/ui/*
  14. [entry_points]
  15. console_scripts =
  16. jirashell = jirashell.main:main