Metadata-Version: 2.1
Name: icecola
Version: 0.1
Summary: A  util package for python
Home-page: https://github.com/Colaplusice/icecola
Author: Colaplusice
Author-email: fjl2401@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## fjl的 python 工具包

### 安装 setuptools wheel， 安装twine

python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine

python3 setup.py sdist bdist_wheel

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

## 运行后生成的三个文件夹

python_utils.egg-info
build
dist

## 安装方法

python setup.py install


