Commit fa4d9e57 by Robert McGibbon

Change the base url of the project

parent 9f149d4e
......@@ -12,4 +12,4 @@ PDBFixer is an easy to use application for fixing problems in Protein Data Bank
- Delete unwanted heterogens.
- 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(
long_description="\n".join(DOCLINES[2:]),
version=__version__,
license='MIT',
url='https://github.com/peastman/pdbfixer',
url='https://github.com/SimTk/pdbfixer',
platforms=['Linux', 'Mac OS-X', 'Unix', 'Windows'],
classifiers=CLASSIFIERS.splitlines(),
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