Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
tomwer
Commits
476dbf0d
Commit
476dbf0d
authored
Aug 19, 2019
by
payno
Browse files
[setup] fix project url
parent
8c9e3e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
476dbf0d
...
@@ -833,7 +833,7 @@ def get_project_configuration(dry_run):
...
@@ -833,7 +833,7 @@ def get_project_configuration(dry_run):
setup_kwargs
=
config
.
todict
()
setup_kwargs
=
config
.
todict
()
setup_kwargs
.
update
(
name
=
PROJECT
,
setup_kwargs
.
update
(
name
=
PROJECT
,
version
=
get_version
(),
version
=
get_version
(),
url
=
"https://gitlab.esrf.fr
:
payno/tomwer"
,
url
=
"https://gitlab.esrf.fr
/
payno/tomwer"
,
author
=
"data analysis unit"
,
author
=
"data analysis unit"
,
author_email
=
"henri.payno@esrf.fr"
,
author_email
=
"henri.payno@esrf.fr"
,
classifiers
=
classifiers
,
classifiers
=
classifiers
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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