Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
* Update jcapi-python library versions
* Remove README.rst, it's generated from pandoc build
* Update doc with installation info [Resolves #9]
  • Loading branch information
zaro0508 committed Jun 24, 2020
1 parent 124252b commit f471db9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ENV/

# mkdocs documentation
/site
README.rst

# mypy
.mypy_cache/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ identify provider service.
### Install

```bash
pip install git+https://github.com/Sage-Bionetworks/jccli
pip install jccli@git+https://github.com/Sage-Bionetworks/jccli
```

### Usage
Expand Down
84 changes: 0 additions & 84 deletions README.rst

This file was deleted.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click>=7.0,<8
click-log>=0.3.0,<0.4.0
jcapiv1@git+https://github.com/TheJumpCloud/jcapi-python.git@v3.3.0#subdirectory=jcapiv1
jcapiv2@git+https://github.com/TheJumpCloud/jcapi-python.git@v3.3.0#subdirectory=jcapiv2
jcapiv1@git+https://github.com/TheJumpCloud/jcapi-python.git@v4.0.0#subdirectory=jcapiv1
jcapiv2@git+https://github.com/TheJumpCloud/jcapi-python.git@v4.0.0#subdirectory=jcapiv2

mock>=2.0.0,<2.1.0
pip-check-reqs>=2.0.1,<3
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""
.. currentmodule:: setup.py
.. moduleauthor:: zaro0508 <[email protected]>
.. moduleauthor:: sageit <[email protected]>
This file is used to create the package we'll publish to PyPI.
"""
Expand Down Expand Up @@ -64,8 +64,8 @@
]
},
license='Apache Software License', # noqa
author='zaro0508',
author_email='[email protected]',
author='sageit',
author_email='[email protected]',
# Use the URL to the github repo.
url= 'https://github.com/Sage-Bionetworks/jccli',
download_url=(
Expand Down

0 comments on commit f471db9

Please sign in to comment.