Metadata-Version: 2.1
Name: cxppython
Version: 0.2.5
Summary: A python utils package
Home-page: https://github.com/yourusername/my_package
Author: cxp
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# cxppython
### install build
- python -m pip install --upgrade pip setuptools wheel twine
- 
### build
- python setup.py sdist bdist_wheel
### upload
- twine upload dist/*
