-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2468 from opencb/TASK-5960
TASK-5960 Update python client log-in to include organization parameter
- Loading branch information
Showing
4 changed files
with
63 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
"refactoring from from fork pyCGA 7f2e3e404 branch release-1.4.0" | ||
__author__="[email protected]" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,13 @@ | |
url='https://github.com/opencb/opencga/tree/develop/opencga-client/src/main/python/pyopencga', | ||
packages=['pyopencga', 'pyopencga.rest_clients'], | ||
license='Apache Software License', | ||
author='David Gomez-Peregrina, Pablo Marin-Garcia, Daniel Perez-Gil', | ||
author_email='[email protected], pmarin@kanteron.com, [email protected]', | ||
author='Pablo Marin-Garcia, Daniel Perez-Gil', | ||
author_email='pablo.marin@zettagenomics.com, [email protected]', | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Topic :: Scientific/Engineering :: Bio-Informatics', | ||
'License :: OSI Approved :: Apache Software License', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.5', | ||
], | ||
|