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(),