Skip to content

Commit

Permalink
Package braintree.graphql.enums
Browse files Browse the repository at this point in the history
Closes #160
  • Loading branch information
cedk committed Jan 29, 2025
1 parent c3886ea commit 2a5ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author="Braintree",
author_email="[email protected]",
url="https://developer.paypal.com/braintree/docs/reference/overview",
packages=["braintree", "braintree.dispute_details", "braintree.exceptions", "braintree.exceptions.http", "braintree.graphql", "braintree.merchant_account", "braintree.util", "braintree.test"],
packages=["braintree", "braintree.dispute_details", "braintree.exceptions", "braintree.exceptions.http", "braintree.graphql", "braintree.graphql.enums", "braintree.merchant_account", "braintree.util", "braintree.test"],
package_data={"braintree": ["ssl/*"]},
install_requires=["requests>=0.11.1,<3.0"],
zip_safe=False,
Expand Down

0 comments on commit 2a5ef8e

Please sign in to comment.