Skip to content

Commit

Permalink
[Python] Change pkg name to xrootd.
Browse files Browse the repository at this point in the history
The package name in pypi is xrootd, however until now the installed
package name was pyxrootd, fixes #1100
  • Loading branch information
simonmichal committed Dec 10, 2019
1 parent 3d9ffb0 commit dfa0806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/python/setup.py.in
Expand Up @@ -60,7 +60,7 @@ print('XRootD src include dir:', xrdsrcincdir)
print('XRootD bin include dir:', xrdbinincdir)
print('Version: ', version)

setup( name = 'pyxrootd',
setup( name = 'xrootd',
version = version,
author = 'XRootD Developers',
author_email = 'xrootd-dev@slac.stanford.edu',
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup_pypi.py
Expand Up @@ -42,7 +42,7 @@ def getincdir():
print 'XRootD include dir: ', xrdincdir
print 'Version: ', version

setup( name = 'pyxrootd',
setup( name = 'xrootd',
version = version,
author = 'XRootD Developers',
author_email = 'xrootd-dev@slac.stanford.edu',
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup_standalone.py
Expand Up @@ -42,7 +42,7 @@
print('XRootD include dir: ', xrdincdir)
print('Version: ', version)

setup( name = 'pyxrootd',
setup( name = 'xrootd',
version = version,
author = 'XRootD Developers',
author_email = 'xrootd-dev@slac.stanford.edu',
Expand Down

0 comments on commit dfa0806

Please sign in to comment.