diff --git a/MANIFEST.in b/MANIFEST.in index 47e83f2..3bbf1ed 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include LICENSE.txt include *.rst include tests/*.py +include paypal_rest/py.typed diff --git a/paypal_rest/py.typed b/paypal_rest/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.cfg b/setup.cfg index 9b9f636..0c0ba8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = paypal_rest -version = 1.0.3 +version = 1.0.4 author = Software Freedom Conservancy author_email = info@sfconservancy.org description = Library to access PayPal’s REST API