Skip to content
Snippets Groups Projects
Commit 75d4c083 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Update setup.py

parent 773eca95
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ install_requires = ['pandas', 'scipy', 'sympy', 'matplotlib', 'ipywidgets'] ...@@ -4,10 +4,10 @@ install_requires = ['pandas', 'scipy', 'sympy', 'matplotlib', 'ipywidgets']
setup(name='BOZcalc', setup(name='BOZcalc',
version=1.0, version=1.0,
description='TZPG calculator for SCS', description='BOZ calculator for SCS',
author='Loïc Le Guyader', author='Loïc Le Guyader',
author_email='loic.le.guyader@xfel.eu', author_email='loic.le.guyader@xfel.eu',
url='https://in.xfel.eu/gitlab/SCS/tzpgcalc', url='https://git.xfel.eu/SCS/bozcalc',
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': 'src'}, package_dir={'': 'src'},
install_requires=install_requires, install_requires=install_requires,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment