| Index: third_party/google-endpoints/rsa-3.4.2.dist-info/entry_points.txt
|
| diff --git a/third_party/google-endpoints/rsa-3.4.2.dist-info/entry_points.txt b/third_party/google-endpoints/rsa-3.4.2.dist-info/entry_points.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3f5627fd1af0e6109fa9a6917a5137251f7073fa
|
| --- /dev/null
|
| +++ b/third_party/google-endpoints/rsa-3.4.2.dist-info/entry_points.txt
|
| @@ -0,0 +1,10 @@
|
| +[console_scripts]
|
| +pyrsa-decrypt = rsa.cli:decrypt
|
| +pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile
|
| +pyrsa-encrypt = rsa.cli:encrypt
|
| +pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile
|
| +pyrsa-keygen = rsa.cli:keygen
|
| +pyrsa-priv2pub = rsa.util:private_to_public
|
| +pyrsa-sign = rsa.cli:sign
|
| +pyrsa-verify = rsa.cli:verify
|
| +
|
|
|