Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deformvis
insarviz
Commits
869f2086
Commit
869f2086
authored
Dec 08, 2022
by
Franck Thollard
Browse files
bug fix in pyproject.toml
parent
7dfebfb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
869f2086
...
...
@@ -4,14 +4,16 @@ description = "Python package for analysis of (InSar) data cubes"
version
=
"1.0.3"
authors
=
[
{
name
=
"Margaux Mouchené"
,
email
=
"margaux.mouchene@univ-grenoble-alpes.fr"
}
{
name
=
"Renaud Blanch"
,
email
=
"renaud.blanch@univ-grenoble-alpes.fr"
}
{
name
=
"Erwan Pathier"
,
email
=
"erwan.pathier@univ-grenoble-alpes.fr"
}
{
name
=
"Margaux Mouchené"
,
email
=
"margaux.mouchene@univ-grenoble-alpes.fr"
}
,
{
name
=
"Renaud Blanch"
,
email
=
"renaud.blanch@univ-grenoble-alpes.fr"
}
,
{
name
=
"Erwan Pathier"
,
email
=
"erwan.pathier@univ-grenoble-alpes.fr"
}
,
{
name
=
"Franck Thollard"
,
email
=
"franck.thollard@univ-grenoble-alpes.fr"
}
]
license
=
{
text
=
"GPLv3"
}
readme
=
"README.rst"
requires-python
=
">
=
3.6
"
classifiers
=[
'Programming Language :: Python :: 3 :: Only'
,
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
,
...
...
@@ -28,6 +30,7 @@ dependencies = [
"toml"
,
"xarray >=0.16.1"
]
[project.urls]
Homepage
=
"https://gricad-gitlab.univ-grenoble-alpes.fr/deformvis/insarviz"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment