Skip to content

Commit

Permalink
Fix filename in MANIFEST.in (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Jan 3, 2024
1 parent 20c0bcc commit 1803f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightspark-crypto-python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ./src/lightspark_crypto/libuniffi_lightspark_crypto.dylib
include ./src/lightspark_crypto/lightspark_crypto.dll
include ./src/lightspark_crypto/uniffi_lightspark_crypto.dll
include ./src/lightspark_crypto/libuniffi_lightspark_crypto.so
2 changes: 1 addition & 1 deletion lightspark-crypto-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="lightspark_crypto_python",
version="0.1.6",
version="0.1.7",
description="The Python language bindings for lightspark crypto operations",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1803f01

Please sign in to comment.