Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 79b5bc6

Browse files
setup.py: update of URL and authors/maintainers
1 parent 42d6fbf commit 79b5bc6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ def get_version():
1111

1212
setup(name='root_pandas',
1313
version=get_version(),
14-
description='Read and save DataFrames from and to ROOT files',
15-
url='http://github.com/chrisburr/root_pandas',
16-
author='Chris Burr',
17-
author_email='c.b@cern.ch',
14+
description='Read and save pandas DataFrames from and to ROOT files',
15+
url='http://github.com/scikit-hep/root_pandas',
16+
author='the root_pandas developers',
17+
maintainer='Chris Burr',
18+
maintainer_email='c.b@cern.ch',
1819
license='MIT',
1920
install_requires=[
2021
'numpy',

0 commit comments

Comments
 (0)