Skip to content

Commit

Permalink
Updates to setup.py, install docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Jul 20, 2015
1 parent ce75dfe commit 1c81f19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1c81f19

Please sign in to comment.