From 1c81f195a2a6db74f4bbfb9f7adf42170bc56fd9 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Sun, 19 Jul 2015 23:17:12 -0700 Subject: [PATCH] Updates to setup.py, install docs. --- INSTALL.rst | 2 +- docs/install.rst | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index c5b8ded..ce3217d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -28,7 +28,7 @@ Then install PyTables and everything else :: Then clone the repository and switch to the master branch :: - git clone git@github.com:dotsdl/MDSynthesis.git + git clone git@github.com:Becksteinlab/MDSynthesis.git cd MDSynthesis git checkout master diff --git a/docs/install.rst b/docs/install.rst index 18b7db2..7c90be5 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -28,7 +28,7 @@ Then install PyTables and everything else :: Then clone the repository and switch to the master branch :: - git clone git@github.com:dotsdl/MDSynthesis.git + git clone git@github.com:Becksteinlab/MDSynthesis.git cd MDSynthesis git checkout master diff --git a/setup.py b/setup.py index d9130b9..4ced2de 100755 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup(name='mdsynthesis', version='0.5.0', - author='David Dotson', - author_email='dotsdl@gmail.com', + maintainer='David Dotson', + maintainer_email='dotsdl@gmail.com', packages=['mdsynthesis', 'mdsynthesis.core'], scripts=['scripts/mds_convert_pre_to_0.5.0.py'], license='GPL 2',