Commit 7a33eebb by peastman

Merge pull request #15 from rmcgibbo/urlchange

Change the base url of the project
parents 9f149d4e fa4d9e57
...@@ -12,4 +12,4 @@ PDBFixer is an easy to use application for fixing problems in Protein Data Bank ...@@ -12,4 +12,4 @@ PDBFixer is an easy to use application for fixing problems in Protein Data Bank
- Delete unwanted heterogens. - Delete unwanted heterogens.
- Build a water box for explicit solvent simulations. - Build a water box for explicit solvent simulations.
See our manual: http://htmlpreview.github.io/?https://raw.github.com/peastman/pdbfixer/master/Manual.html See our [manual](http://htmlpreview.github.io/?https://raw.github.com/SimTk/pdbfixer/master/Manual.html)
...@@ -105,7 +105,7 @@ setup( ...@@ -105,7 +105,7 @@ setup(
long_description="\n".join(DOCLINES[2:]), long_description="\n".join(DOCLINES[2:]),
version=__version__, version=__version__,
license='MIT', license='MIT',
url='https://github.com/peastman/pdbfixer', url='https://github.com/SimTk/pdbfixer',
platforms=['Linux', 'Mac OS-X', 'Unix', 'Windows'], platforms=['Linux', 'Mac OS-X', 'Unix', 'Windows'],
classifiers=CLASSIFIERS.splitlines(), classifiers=CLASSIFIERS.splitlines(),
packages=find_packages(), packages=find_packages(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment