简体   繁体   中英

How to tell to buildout to use setup.py from subdirectory?

I'm trying to install aeroolib with buildout. Unfortunately when I get module from bzr there is one more level, so setup.py is not inside aeroolib, but inside aeroolib/aeroolib. How can I tell buildout to search for setup.py inside subdirectory?

You should use the develop flag in the buildout section. Something like:

[buildout]
...
develop = aeroolib/aeroolib

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM