From c78f5248063c78c12903138daa7856163e17786e Mon Sep 17 00:00:00 2001 From: Pascal Jodlowski Date: Fri, 18 Oct 2024 18:17:32 +0200 Subject: [PATCH] :truck: change priv/ to python/ --- mix.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mix.exs b/mix.exs index 90dabca..9e4f3eb 100644 --- a/mix.exs +++ b/mix.exs @@ -35,10 +35,10 @@ defmodule Venomous.MixProject do "README.md", "LICENSE", "PYTHON.md", - "priv/serpent_watcher.py", - "priv/test_venomous.py", - "priv/venomous.py", - "priv/reload.py" + "python/serpent_watcher.py", + "python/test_venomous.py", + "python/venomous.py", + "python/reload.py" ] ] end