From 0c544efe9764a76583dcf65e8e5de2b6f3af0378 Mon Sep 17 00:00:00 2001 From: Ohswedd Date: Mon, 2 Dec 2024 17:10:12 +0100 Subject: [PATCH] Fix --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aeb7f9..e15e9f9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Install Iris via pip: ```bash -pip install iris-template +pip install iris-templates ``` ### Step 2: Render Your First Template diff --git a/setup.py b/setup.py index 84ef34e..0f7ee3c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name="iris", + name="iris-templates", version="0.1.0", description="A powerful template rendering engine with support for directives, includes, and dynamic context evaluation.", long_description=open("README.md", encoding="utf-8").read(),