]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Python Poetry (#55)
authorMarcello Lamonaca <marcello@lamonaca.eu>
Sun, 22 May 2022 17:21:46 +0000 (19:21 +0200)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 17:21:46 +0000 (19:21 +0200)
* Add Python Poetry

* Remove newlines

Co-authored-by: b3nj4m1n <b3nj4m1n@gmx.net>
programs/python-poetry.json [new file with mode: 0644]

diff --git a/programs/python-poetry.json b/programs/python-poetry.json
new file mode 100644 (file)
index 0000000..1312106
--- /dev/null
@@ -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