We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311367a commit 69a3d0bCopy full SHA for 69a3d0b
setup.py
@@ -37,7 +37,7 @@
37
setup(
38
name=NAME,
39
version=VERSION,
40
- description="",
+ description="Python SDK for lighter.xyz",
41
author="OpenAPI Generator community",
42
author_email="[email protected]",
43
url="",
@@ -47,7 +47,7 @@
47
include_package_data=True,
48
long_description_content_type="text/markdown",
49
long_description="""\
50
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
+ Python SDK for Lighter trading. Includes api clients and signer.
51
""", # noqa: E501
52
package_data={"lighter": ["py.typed", "signers/*"]},
53
)
0 commit comments