使用 Setup 將Python 代碼 打包

完成源碼後將代碼打成安裝包: 1. 我的源代碼結構如下: pack |---src   | - common ---http         ---user   | - lib   | - factory.py   2. 實現setup.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- from distutils.core import set
相關文章
相關標籤/搜索