From 6fd8ba88c19c1ee4467e1bffdea2284f576f3887 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 09:31:01 -0600 Subject: [PATCH] Mods --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e26bbf..1342796 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ The ant with the highest score is shown in the footer. Just open it, hatch some ants, and place it somewhere in your monitor. +## Installation + +```sh +pipx install git+https://github.com/madprops/cromulant --force +``` + ## Algorithm A random ant is picked based on weights (oldest update date weighs more). diff --git a/setup.py b/setup.py index bb89bae..c548aec 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ with open("requirements.txt") as f: requirements = f.read().splitlines() package_data = {} -package_data[program] = ["*.png", "*.jpg", "*.json", "*.mp3"] +package_data[program] = ["**/*.png", "**/*.jpg", "**/*.json", "**/*.mp3"] setup( name=title,