Skip to content

Commit 69a3d0b

Browse files
committed
description
1 parent 311367a commit 69a3d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
setup(
3838
name=NAME,
3939
version=VERSION,
40-
description="",
40+
description="Python SDK for lighter.xyz",
4141
author="OpenAPI Generator community",
4242
author_email="[email protected]",
4343
url="",
@@ -47,7 +47,7 @@
4747
include_package_data=True,
4848
long_description_content_type="text/markdown",
4949
long_description="""\
50-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
50+
Python SDK for Lighter trading. Includes api clients and signer.
5151
""", # noqa: E501
5252
package_data={"lighter": ["py.typed", "signers/*"]},
5353
)

0 commit comments

Comments
 (0)