this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Mention repository in manifest

+2 -1
+2 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.1.1" 3 + version = "0.1.2" 4 4 description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file." 5 + repository = "https://github.com/ewen-lbh/issurge" 5 6 authors = ["Ewen Le Bihan <hey@ewen.works>"] 6 7 readme = "README.md" 7 8 scripts = { issurge = "issurge.main:run" }