-
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 #4 from WFP-VAM/main-test
Renamed package to DataBridgesKnots and uses client 4.0.0 (stable)
- Loading branch information
Showing
11 changed files
with
28 additions
and
79 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
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
File renamed without changes.
File renamed without changes.
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
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
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0.0", "wheel"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "data_bridges_utils" | ||
version = "1.0.0" | ||
name = "data_bridges_knots" | ||
version = "0.1.0" | ||
authors = [{ name = "Alessandra Gherardelli", email = "[email protected]" }, {name = "Valerio Giuffrida", email = "[email protected]"}] | ||
description = "Wrapper for Data Bridges API client" | ||
readme = "README.md" | ||
|
@@ -18,7 +18,7 @@ dependencies = [ | |
'pandas>=2', | ||
'pystata', | ||
'stata-setup', | ||
'data-bridges-client @ git+https://github.com/WFP-VAM/DataBridgesAPI.git@hotfix-4.1.0', | ||
'data-bridges-client @ git+https://github.com/WFP-VAM/DataBridgesAPI.git', | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -28,4 +28,4 @@ data-bridges-utils-STATA = ["stata-setup", "pystata"] | |
data-bridges-utils-R = [] | ||
|
||
[tool.setuptools] | ||
packages = ["data_bridges_utils"] | ||
packages = ["data_bridges_knots"] |
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