0

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?

4

0 回答 0