qlsdk2 0.3.0a1__tar.gz → 0.3.0a3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/PKG-INFO +1 -1
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/setup.py +4 -10
- qlsdk2-0.3.0a3/src/qlsdk/sdk/libs/libAr4SDK.dll +0 -0
- qlsdk2-0.3.0a3/src/qlsdk/sdk/libs/libwinpthread-1.dll +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk2.egg-info/PKG-INFO +1 -1
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk2.egg-info/SOURCES.txt +2 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/README.md +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/setup.cfg +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/ar4/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/ar4m/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/persist/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/persist/edf.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/sdk/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/sdk/ar4sdk.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/sdk/hub.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/x8/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk/x8m/__init__.py +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk2.egg-info/dependency_links.txt +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk2.egg-info/requires.txt +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/src/qlsdk2.egg-info/top_level.txt +0 -0
- {qlsdk2-0.3.0a1 → qlsdk2-0.3.0a3}/test/test_ar4m.py +0 -0
|
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
|
|
6
6
|
|
|
7
7
|
setuptools.setup(
|
|
8
8
|
name="qlsdk2",
|
|
9
|
-
version="0.3.
|
|
9
|
+
version="0.3.0a3",
|
|
10
10
|
author="hehuajun",
|
|
11
11
|
author_email="hehuajun@eegion.com",
|
|
12
12
|
description="SDK for quanlan device",
|
|
@@ -24,13 +24,7 @@ setuptools.setup(
|
|
|
24
24
|
install_requires=open("requirements.txt").read().splitlines(),
|
|
25
25
|
include_package_data=True,
|
|
26
26
|
package_data={
|
|
27
|
-
# "
|
|
28
|
-
"qlsdk
|
|
29
|
-
|
|
30
|
-
},
|
|
31
|
-
# entry_points={
|
|
32
|
-
# 'console_scripts': [
|
|
33
|
-
# 'qlsdk-cli=qlsdk.cli:main', # 如果有命令行工具
|
|
34
|
-
# ],
|
|
35
|
-
# },
|
|
27
|
+
# "qlsdk2": ["/**/*.dll"],
|
|
28
|
+
"qlsdk": ["./**/*.dll"]
|
|
29
|
+
}
|
|
36
30
|
)
|
|
Binary file
|
|
Binary file
|
|
@@ -14,6 +14,8 @@ src/qlsdk/persist/edf.py
|
|
|
14
14
|
src/qlsdk/sdk/__init__.py
|
|
15
15
|
src/qlsdk/sdk/ar4sdk.py
|
|
16
16
|
src/qlsdk/sdk/hub.py
|
|
17
|
+
src/qlsdk/sdk/libs/libAr4SDK.dll
|
|
18
|
+
src/qlsdk/sdk/libs/libwinpthread-1.dll
|
|
17
19
|
src/qlsdk/x8/__init__.py
|
|
18
20
|
src/qlsdk/x8m/__init__.py
|
|
19
21
|
test/test_ar4m.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|