From e31d8f2c86a62c7f17a410f3b5e67e3e21844670 Mon Sep 17 00:00:00 2001 From: giadarol Date: Thu, 9 Jun 2022 19:10:03 +0200 Subject: [PATCH] Update setup.py --- setup.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4dea3a1b..33a445b0 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,12 @@ setup( name='xfields', - version='0.6.1', + version='0.6.2', description='Field Maps and Particle In Cell', - url='https://github.com/xsuite/xfields', + long_description=("Python package for the computation of fields generated " + "by particle ensembles in accelerators.\n\n" + "This package is part of the Xsuite collection."), + url='https://xsuite.readthedocs.io/', author='Giovanni Iadarola', packages=find_packages(), ext_modules = extensions, @@ -32,4 +35,12 @@ 'xobjects>=0.0.4', 'xtrack>=0.0.1', ] + author='G. Iadarola et al.', + license='Apache 2.0', + download_url="https://pypi.python.org/pypi/xfields", + project_urls={ + "Bug Tracker": "https://github.com/xsuite/xsuite/issues", + "Documentation": 'https://xsuite.readthedocs.io/', + "Source Code": "https://github.com/xsuite/xfields", + }, )