Skip to content

Commit eb6d4ca

Browse files
Merge branch 'master' into v1.0.3
2 parents 0f5b6cd + fa8905a commit eb6d4ca

6 files changed

Lines changed: 438 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
build.sh
33
MANIFEST
4+
sendsafely.egg-info

LICENSE.txt

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include README
2+
include requirements.txt

NOTICE.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright 2022 SendSafely Inc.
2+
3+
The purpose of this NOTICE.txt file is to contain notices that are
4+
required by the copyright owners of the incorporated third party components
5+
noted and the respective licenses.
6+
Some of the accompanying products have an attribution requirement
7+
and are set forth below. Other accompanying products do not require
8+
attribution, so are not listed. See also the LICENSE.txt file.
9+
10+
11+
Requests
12+
-----------------
13+
Copyright 2019 Kenneth Reitz
14+
This product includes software developed by Kenneth Reitz
15+

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests~=2.24.0
2-
PGPy~=0.5.3
2+
PGPy~=0.6

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[metadata]
22
description-file = README.md
3-
license_files = LICENSE.txt, NOTICE.txt
3+
license_files = LICENSE.txt, NOTICE.txt

0 commit comments

Comments
 (0)