Skip to content

Commit

Permalink
fix: Add quote to end-point value + add authors
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
CatChenal committed Mar 22, 2023
1 parent ec98ec7 commit 0322232
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0322232

Please sign in to comment.