The KISS Twitch bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
408 B

  1. [tool.poetry]
  2. name = "twason"
  3. version = "1.0.0"
  4. description = "The KISS Twitch bot"
  5. authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
  6. license = "AGPL-3.0-or-later"
  7. [tool.poetry.scripts]
  8. twason = 'twason.__main__:main'
  9. [tool.poetry.dependencies]
  10. python = "^3.7"
  11. irc3 = "^1.1.7"
  12. [tool.poetry.dev-dependencies]
  13. [build-system]
  14. requires = ["poetry-core>=1.0.0"]
  15. build-backend = "poetry.core.masonry.api"