-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from DataONEorg/feature-92-client-syntax
Feature-92: HashStore Client Syntax
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "hashstore" | ||
version = "1.1.0" | ||
description = "HashStore, a hash-based object store for data packages." | ||
authors = ["Matt Jones <[email protected]>", "Dou Mok <[email protected]>"] | ||
authors = ["Dou Mok <[email protected]>", "Matt Jones <[email protected]>"] | ||
readme = "README.md" | ||
|
||
[tool.poetry.dependencies] | ||
|
@@ -16,6 +16,9 @@ black = "^22.10.0" | |
pylint = "^2.17.4" | ||
pg8000 = "^1.29.8" | ||
|
||
[tool.poetry.scripts] | ||
hashstore = "hashstore.hashstoreclient:main" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
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