Skip to content

Commit

Permalink
Add description and change the tool to pudl_output_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Jan 19, 2024
1 parent 3e32ff5 commit 96e5640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pudl-output-differ"
version = "0.1.0"
description = ""
description = "Tool for comparing PUDL datasets."
authors = ["Jan Rous <[email protected]>"]
readme = "README.md"
packages = [{include = "pudl_output_differ", from = "src"}]

[tool.poetry.scripts]
diff = "pudl_output_differ.cli:main"
pudl_output_diff = "pudl_output_differ.cli:main"

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 96e5640

Please sign in to comment.