From 0eb72dc89f52d59007357ea91b41995622f74f2b Mon Sep 17 00:00:00 2001 From: Ross <9055337+chadsr@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:54:02 +0200 Subject: [PATCH] fix: move to src dir to satisfy python build (#94) * move to src dir to satisfy python build * v1.5.6 --- waybar_crypto.py => src/waybar_crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename waybar_crypto.py => src/waybar_crypto.py (99%) diff --git a/waybar_crypto.py b/src/waybar_crypto.py similarity index 99% rename from waybar_crypto.py rename to src/waybar_crypto.py index 987e12d..6736ec8 100755 --- a/waybar_crypto.py +++ b/src/waybar_crypto.py @@ -8,7 +8,7 @@ import configparser import argparse -VERSION = "1.5.5" +VERSION = "1.5.6" API_URL = "https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest" API_KEY_ENV = "COINMARKETCAP_API_KEY"