From 0322232f8a979cbc320623d53c0b52d364628c1b Mon Sep 17 00:00:00 2001 From: Cat Chenal Date: Wed, 22 Mar 2023 18:33:35 -0400 Subject: [PATCH] fix: Add quote to end-point value + add authors Closes #10 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d21ffdc..fdd3338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,10 @@ license = "MIT license" requires-python = ">=3.6" keywords = ["conda", "env", "tool"] dependencies = ["conda"] +authors = [{name = "Cat Chenal"}] -[console_scripts] -new-conda-env = new_conda_env.cli:main +[project.scripts] +new-conda-env = "new_conda_env.cli:main" classifiers = [ "Development Status :: 2 - Pre-Alpha",