diff --git a/README.md b/README.md index 96efb3c..49587f2 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ If the wheel is incompatible: - Markus Schumacher - [arXiv:2002.05315 [hep-ex]](https://arxiv.org/abs/2002.05315) - [arXiv:1602.04516 [hep-ex]](https://arxiv.org/abs/1602.04516) + + +# Link back +https://pypi.org/project/vbfcprw/ diff --git a/setup.py b/setup.py index a24c869..a720a67 100644 --- a/setup.py +++ b/setup.py @@ -16,13 +16,13 @@ #-------------------------------------------------------------------------- setup( name='vbfcprw', - version='0.1', + version='0.2', ext_modules=[ext1], packages=['vbfcprw'], install_requires=["numpy>=1.21.1", "pylorentz", "parton"], author="David Hohn", author_email="hohn.david@gmail.com", - url="https://gitlab.cern.ch/FreiburgSchumacher/vbfcp/HLeptonsCPRW", + url="https://github.com/dhohn/vbfcprw", description="wrapper for simplified CP reweighting using HAWK generator", long_description=long_description, long_description_content_type="text/markdown",