Skip to content

ein-plus/entry

 
 

Repository files navigation

Entry

Build Status MIT license

Documentation

相关文档见 Entry 应用文档

Licensing

Entry is released under MIT license.

打包上传到 PyPI

依赖

pip install twine  # 上传工具
pip install wheel  # 打包工具

打包上传

rm -rf dist/  # 清空以前的构建
python setup.py sdist  # 打包源代码
python setup.py bdist_wheel  # 构建 wheel
twine upload dist/*  # 上传

About

Attach to LAIN app container via `lain enter`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 73.3%
  • Python 26.7%