Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
msaelices committed Sep 25, 2024
1 parent b676741 commit 91ae312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mojoproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Manuel Saelices <msaelices@gmail.com>"]
channels = ["conda-forge", "https://conda.modular.com/max-nightly"]
description = "CSV files that adheres closely to the Python standard library's csv module"
name = "mojo-csv"
name = "csv"
platforms = ["linux-64"]
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context:
version: "0.1.0"

package:
name: "mojo-csv"
name: "csv"
version: 0.1.3

source:
Expand Down

0 comments on commit 91ae312

Please sign in to comment.