-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move abi to src dir vs root | patch bump
- Loading branch information
1 parent
fae4692
commit 947f365
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
[tool.poetry] | ||
name = "tableland" | ||
version = "0.0.1-pre.0" | ||
version = "0.0.2" | ||
description = "A minimal Tableland Python SDK for creating, writing, and reading onchain tables" | ||
authors = ["Dan Buchholz <[email protected]>"] | ||
license = "MIT AND Apache-2.0" | ||
readme = "README.md" | ||
packages = [ | ||
{ include = "abi.json" }, | ||
{ include = "tableland" }, | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters