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

Commit

Permalink
setup.py: update of URL and authors/maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Feb 6, 2018
1 parent 42d6fbf commit 79b5bc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ def get_version():

setup(name='root_pandas',
version=get_version(),
description='Read and save DataFrames from and to ROOT files',
url='http://github.com/chrisburr/root_pandas',
author='Chris Burr',
author_email='[email protected]',
description='Read and save pandas DataFrames from and to ROOT files',
url='http://github.com/scikit-hep/root_pandas',
author='the root_pandas developers',
maintainer='Chris Burr',
maintainer_email='[email protected]',
license='MIT',
install_requires=[
'numpy',
Expand Down

0 comments on commit 79b5bc6

Please sign in to comment.