diff --git a/setup.cfg b/setup.cfg index 9c2cfef..6dabdd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,15 +3,15 @@ name = ma5_expert description = MadAnalysis 5 interpreter for Expert mode long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/jackaraz/ma5_expert +url = https://github.com/MadAnalysis/ma5_expert author = Jack Y. Araz author_email = jack.araz@durham.ac.uk license = MIT license_file = LICENSE keywords = physics madanalysis5 project_urls = - Source Code = https://github.com/jackaraz/ma5_expert - Issue Tracker = https://github.com/jackaraz/ma5_expert/issues + Source Code = https://github.com/MadAnalysis/ma5_expert + Issue Tracker = https://github.com/MadAnalysis/ma5_expert/issues classifiers = Intended Audience :: Science/Research License :: OSI Approved :: MIT License diff --git a/setup.py b/setup.py index 3d0cad5..9a8f639 100644 --- a/setup.py +++ b/setup.py @@ -12,15 +12,15 @@ setup( name="ma5_expert", - version="1.0.3", + version="1.0.4", description=("MadAnalysis 5 interpreter for Expert mode"), long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/jackaraz/ma5_expert", + url="https://github.com/MadAnalysis/ma5_expert", project_urls={ - "Bug Tracker": "https://github.com/jackaraz/ma5_expert/issues", + "Bug Tracker": "https://github.com/MadAnalysis/ma5_expert/issues", }, - download_url = "https://github.com/jackaraz/ma5_expert/archive/refs/tags/v1.0.2.tar.gz", + download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v1.0.4.tar.gz", author="Jack Y. Araz", author_email=("jack.araz@durham.ac.uk"), license="MIT",