Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
3e97c319
Commit
3e97c319
authored
Apr 18, 2018
by
Maria Arsuaga Rios
Browse files
Update setup.py
parent
1c2504b8
Pipeline
#360776
failed with stage
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3e97c319
...
...
@@ -56,12 +56,12 @@ if dist[0] in ('redhat', 'centos'):
base_dir
=
os
.
path
.
dirname
(
__file__
)
setup
(
name
=
'fts3'
,
name
=
'fts3
-rest
'
,
version
=
'3.7.1'
,
description
=
'FTS3 Python Libraries'
,
author
=
'FTS3 Developers'
,
author_email
=
'fts-devel@cern.ch'
,
url
=
'http://fts
3-service
.web.cern.ch/'
,
url
=
'http://fts.web.cern.ch/'
,
download_url
=
'https://gitlab.cern.ch/fts/fts-rest'
,
license
=
'Apache 2'
,
packages
=
[
'fts3'
,
'fts3.cli'
,
'fts3.model'
,
'fts3.rest'
,
'fts3.rest.client'
,
'fts3.rest.client.easy'
],
...
...
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