Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Jun 9, 2022
1 parent 217e7dc commit e31d8f2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
},
)

0 comments on commit e31d8f2

Please sign in to comment.