Skip to content

Commit

Permalink
Merge pull request #597 from valory-xyz/fix/solana-description
Browse files Browse the repository at this point in the history
Fix `solana` plugin long description
  • Loading branch information
angrybayblade authored Mar 22, 2023
2 parents 492d291 + ef03dc2 commit c476235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/aea-ledger-solana/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
author="dassy23",
license="Apache-2.0",
description="Python package wrapping the public and private key cryptography and ledger api of solana.",
long_description="Python package wrapping the public and private key cryptography and ledger api of solana.",
long_description_content_type="text/markdown",
packages=find_packages(include=["aea_ledger_solana*"]),
package_data={},
install_requires=[
Expand Down

0 comments on commit c476235

Please sign in to comment.