Skip to content

Commit 98532df

Browse files
committed
update package name
1 parent 54447d6 commit 98532df

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

poetry.lock

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "ada"
3-
version = "0.1.0"
2+
name = "ada-python"
3+
version = "0.2.0"
44
description = ""
55
authors = ["Will Beebe"]
66
packages = [
@@ -10,7 +10,6 @@ packages = [
1010
{include = "storage", from="src"},
1111
{include = "data", from="."}
1212
]
13-
# include = ["data/*.yaml"]
1413

1514
[tool.poetry.dependencies]
1615
python = "^3.11"

0 commit comments

Comments
 (0)