Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26637cd249 | ||
| fd55f1fa1c | |||
| 65c7fa4a48 | |||
| dc7d55044d | |||
| 9f145a3126 | |||
| d364c9d2f5 | |||
|
|
4171ee8480 | ||
| e111ff648f | |||
| d05f8270d8 | |||
| dc45194e7c | |||
| 50b652fbc7 | |||
| becc04de43 | |||
| 666eef0f5d | |||
| 4fc1ebe80c |
4
hublib/.vscode/settings.json
vendored
Normal file
4
hublib/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"python.languageServer": "None",
|
||||
"python.analysis.typeCheckingMode": "off"
|
||||
}
|
||||
BIN
hublib/libuniffi_hublib.so
Normal file
BIN
hublib/libuniffi_hublib.so
Normal file
Binary file not shown.
4
setup.py
4
setup.py
@@ -2,9 +2,9 @@ from setuptools import find_packages, setup
|
||||
|
||||
|
||||
setup(
|
||||
name='signlib',
|
||||
name='hublib',
|
||||
packages=find_packages(),
|
||||
version='0.1.0',
|
||||
include_package_data=True,
|
||||
package_data={'signlib': ['*.so']},
|
||||
package_data={'hublib': ['*.so']},
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user