From 6da0ee4ca4f7abe22f3b36ab277425527a137466 Mon Sep 17 00:00:00 2001 From: awmatheson Date: Tue, 10 Sep 2024 16:30:55 -0700 Subject: [PATCH] add notice --- src/bytewax/influxdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytewax/influxdb/__init__.py b/src/bytewax/influxdb/__init__.py index 5c19096..4fe677e 100644 --- a/src/bytewax/influxdb/__init__.py +++ b/src/bytewax/influxdb/__init__.py @@ -15,7 +15,7 @@ if "BYTEWAX_LICENSE" not in os.environ: msg = ( - "`{{cookiecutter.project_slug}}` is commercially licensed " + "`bytewax-influxdb` is commercially licensed " "with publicly available source code.\n" "You are welcome to prototype using this module for free, " "but any use on business data requires a paid license.\n"