How can I get my setup.py to use a relative path to my files?

前端 未结 5 1090
孤街浪徒
孤街浪徒 2021-01-04 04:43

I\'m trying to build a Python distribution with distutils. Unfortunately, my directory structure looks like this:

/code
    /mypackage
        __ini         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 05:06

    Also a lame workaround, but a junction/link of the package directory inside of the build project should work.

提交回复
热议问题