Conversation
* Run `python setup.py sdist` to generate a source distribution package * Omits the newline at the end of the version number generated by `genversion.sh`
|
Hi @otron, Thanks for your pull request. The XRootD Python bindings are now distributed with the main XRootD (https://github.com/xrootd/xrootd) and the code has been moved to /xrootd/bindings/python. Therefore, could you make another pull request against the main xrootd project and I will merge it. Thanks, |
|
Hello @esindril, thanks for replying. It seems like the python bindings are installed along with XrootD itself when building & installing from source. Is this correct? |
|
Yes, indeed we use cmake to generate the setup.py file and the python bindings are installed along with XRootD itself. To get the the sdist pkg to work one can go to the build directory and after compiling XRootD do: |
|
But the |
|
Closing this one, moved the discussion to the main xrootd project list. |
python setup.py sdistto generate a source distribution packagegenversion.sh