From: Marcello Lamonaca Date: Sun, 22 May 2022 17:21:46 +0000 (+0200) Subject: Add Python Poetry (#55) X-Git-Tag: v0.2.0.0~24 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3a34faaea90f2eb1d1356c8c30185e528eaa8c38?ds=inline Add Python Poetry (#55) * Add Python Poetry * Remove newlines Co-authored-by: b3nj4m1n --- diff --git a/programs/python-poetry.json b/programs/python-poetry.json new file mode 100644 index 0000000..1312106 --- /dev/null +++ b/programs/python-poetry.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.poetry", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport POETRY_HOME=\"$XDG_DATA_HOME\"/poetry\n```\n" + } + ], + "name": "python-poetry" +} \ No newline at end of file