qlsdk2 0.3.0a2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: qlsdk2
3
- Version: 0.3.0a2
3
+ Version: 0.3.0a3
4
4
  Summary: SDK for quanlan device
5
5
  Home-page: https://github.com/hehuajun/qlsdk
6
6
  Author: hehuajun
@@ -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.0a2",
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
- # "src/qlsdk/ar4m/": ["libs/*.dll"],
28
- "qlsdk/sdk": ["libs/*.dll"],
29
- "":["*.txt", "*.md"]
30
- },
31
- # entry_points={
32
- # 'console_scripts': [
33
- # 'qlsdk-cli=qlsdk.cli:main', # 如果有命令行工具
34
- # ],
35
- # },
27
+ # "qlsdk2": ["/**/*.dll"],
28
+ "qlsdk": ["./**/*.dll"]
29
+ }
36
30
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: qlsdk2
3
- Version: 0.3.0a2
3
+ Version: 0.3.0a3
4
4
  Summary: SDK for quanlan device
5
5
  Home-page: https://github.com/hehuajun/qlsdk
6
6
  Author: hehuajun
@@ -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