I have a python library which depends on a DLL. For better deploying I'd like to write a setup.py
for easily installing via python setup.py install
. The mentioned DLL needs to be inside the python root directory, for example C:\Python32\
. Is this possible using setuptools?
问问题
234 次