From 1e77e1d6051de880ea7487effdde2ed89fd67008 Mon Sep 17 00:00:00 2001 From: Steph Merritt Date: Fri, 16 Feb 2024 14:35:44 +0000 Subject: [PATCH] Updating pyproject.toml again. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0d043ce..a3a75ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,9 @@ dev = [ "ipython", # Also used in building notebooks into Sphinx ] +[project.scripts] +adler = "adler.adler:main" + [build-system] requires = [ "setuptools>=62", # Used to build and package the Python project