diff --git a/docs/index.rst b/docs/index.rst index 466cdfcd..e3826236 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,7 +42,7 @@ Contributing If you'd like to contribute code or documentation, visit our `github`_ repository. Bug reports, issues and especially pull Requests are welcome. -.. _github: https://github.com/twdb/ulmo +.. _github: https://github.com/ulmo-dev/ulmo diff --git a/setup.py b/setup.py index 1bd7fd7a..5a689f92 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run_tests(self): # version long_description = ''.join([ line for line in f.readlines() - if 'travis-ci' not in line]) + ]) # this sets __version__