-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes and added a pyproject.toml file #5
Conversation
allow-direct-references = true | ||
|
||
[project] | ||
name = "multiversx-sdk" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question for reviewers: Perhaps it should be called simply multiversx
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right to contain the suffix SDK, I think. I'd vote to have the suffix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 with Andrei. sdk suffix should be fine
README.md
Outdated
@@ -1,6 +1,6 @@ | |||
# mx-sdk-py | |||
|
|||
The Python SDK for interacting with MultiversX. | |||
The Python SDK for interacting with MultiversX. It's an all in one sdk that can be used to create wallets, sign and broadcast transactions and many more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also - ... create transactions (including smart contract calls, deployments). Perhaps create wallets should be the last (not the main use case)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rephrased it a little.
allow-direct-references = true | ||
|
||
[project] | ||
name = "multiversx-sdk" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right to contain the suffix SDK, I think. I'd vote to have the suffix.
license = "MIT" | ||
description = "The MultiversX Python SDK." | ||
readme = "README.md" | ||
requires-python = ">=3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be all right 👍
This reverts commit ba6b0db.
Mainly import fixes and added a
pyproject.toml
file.