diff --git a/setup.py b/setup.py index 8b12589..1654e1a 100644 --- a/setup.py +++ b/setup.py @@ -14,5 +14,5 @@ description='Truncated Gaussian Regression Models', long_description=open('README.md').read(), long_description_content_type='text/markdown', - url='https://github.com/ryan-odea/pytruncreg/' + url='https://github.com/CausalInference/pytruncreg' )