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
31f1619b
Commit
31f1619b
authored
Apr 18, 2018
by
Maria Arsuaga Rios
Browse files
FTS-1186
: Adding more info in setup
parent
3c16a73a
Pipeline
#361007
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
31f1619b
...
...
@@ -68,6 +68,16 @@ setup(
packages
=
[
'fts3'
,
'fts3.cli'
,
'fts3.model'
,
'fts3.rest'
,
'fts3.rest.client'
,
'fts3.rest.client.easy'
],
package_dir
=
{
'fts3'
:
os
.
path
.
join
(
base_dir
,
'src'
,
'fts3'
)},
scripts
=
glob
(
os
.
path
.
join
(
base_dir
,
'src'
,
'cli'
,
'fts-*'
)),
keywords
=
'fts3, grid, rest api, data management clients'
,
platforms
=
[
'GNU/Linux'
],
classifiers
=
[
"Intended Audience :: Developers"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
"License :: OSI Approved :: Apache Software License"
,
"Development Status :: 5 - Production/Stable"
,
"Operating System :: Unix"
,
"Programming Language :: Python"
],
install_requires
=
[
'M2Crypto>=0.16'
,
'pycurl%s'
%
pycurl_ver
,
'requests'
]
)
...
...
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