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",