Skip to content

Commit 71c979f

Browse files
Merge pull request #3 from SendSafely/1.0.1
v1.0.1 Updates for PyPI distribution
2 parents 10b1ac0 + 2fd7f04 commit 71c979f

File tree

13 files changed

+10
-12
lines changed

13 files changed

+10
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
22
build.sh
3+
MANIFEST
File renamed without changes.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
The SendSafely Python API lets you integrate SendSafely secure data transfer capabilities directly into your Python application.
33

44
## Quickstart
5-
The example below shows you how to install the SendSafely-Python-API package, import it as a module, and use it to create a package. Make sure that you have [Python 3 or higher installed, as well as pip and Setuptools](https://packaging.python.org/tutorials/installing-packages/).
5+
The example below shows you how to install the `sendsafely` package, import it as a module, and use it to create a package. Make sure that you have [Python 3 or higher installed, as well as pip and Setuptools](https://packaging.python.org/tutorials/installing-packages/).
66

7-
Download the latest [release package of the SendSafely Python API](https://github.com/SendSafely/Python-Client-API/releases) and install with pip
8-
```console
9-
python3 -m pip install SendSafely-Python-API-1.0.0.tar.gz
7+
To install the SendSafely Python API, simply run
8+
```buildoutcfg
9+
pip install sendsafely
1010
```
1111

12-
Import the SendSafely module to start making your API calls
12+
Import the SendSafely modules to start making your API calls
1313

1414
```python
1515
from sendsafely import SendSafely, Package
File renamed without changes.

0 commit comments

Comments
 (0)