Metadata-Version: 2.1
Name: aifund
Version: 0.0.7
Summary: A AI fund
Home-page: https://github.com/silenceTiano/aifund
Author: yebaige
Author-email: silence_tiano@163.com
License: MIT
Project-URL: Bug Tracker, https://github.com/silenceTiano/aifund/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# aifund
a ai fund


# 版本升级步骤：
1. `python setup.py sdist`
2. 删除 dist 目录下旧的版本，只保留当前版本
3. `twine upload dist/*`   输入账号密码即可
