我有一個python setup.py文件,它爲我的項目安裝了某個自制軟件包,php和其他依賴項。 我有寫在5種不同的功能。該5個設施總數超過代碼現在的樣子 <code>
import standard libs such as os,shlex etc.
def a:
"Some code here with try except clauses"
def b:
"S
今天我試圖刪除一個文件後,我的包(一個python輪)通過pip與-t --target選項安裝。 Post-install script with Python setuptools 我繼承安裝在我的setup.py是這樣的: class PostInstallCommand(install):
"""Post-installation for installation mode.""