Metadata-Version: 2.4
Name: ecu_test
Version: 1.1.6
Summary: a car ecu auto test package
Author-email: Yue Shi <2385606628@qq.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-can>=4.0.0
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: pycanape>=0.8.1
Dynamic: license-file

# pypi
python package

# 步骤

1. python setup.py build_ext
2. python -m build --wheel
3. pip install dist\canoeauto-1.0.0-py3-none-any.whl
4. twine upload dist/*


# twine 上传失败
检查失败原因
twine upload --verbose dist/*  
