From 3a34faaea90f2eb1d1356c8c30185e528eaa8c38 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Sun, 22 May 2022 19:21:46 +0200 Subject: [PATCH] Add Python Poetry (#55) * Add Python Poetry * Remove newlines Co-authored-by: b3nj4m1n --- programs/python-poetry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/python-poetry.json 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 -- 2.47.3