Skip to content

Commit

Permalink
[PIP] Include the PKG-INFO in the root dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 18, 2021
1 parent a97eb7a commit 68979c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/wheel/publish.sh
@@ -1,5 +1,7 @@
#!/bin/bash

python setup.py egg_info
cp xrootd.egg-info/PKG-INFO .
rm -rf xrootd.egg-info
./genversion.sh
rm -r dist
python setup.py sdist

0 comments on commit 68979c3

Please sign in to comment.