Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBeebe committed Jul 2, 2024
1 parent 54447d6 commit 98532df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
16 changes: 1 addition & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ada"
version = "0.1.0"
name = "ada-python"
version = "0.2.0"
description = ""
authors = ["Will Beebe"]
packages = [
Expand All @@ -10,7 +10,6 @@ packages = [
{include = "storage", from="src"},
{include = "data", from="."}
]
# include = ["data/*.yaml"]

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

0 comments on commit 98532df

Please sign in to comment.