Skip to content

Commit 3ce613c

Browse files
committed
feat(upload): first
1 parent a97b5de commit 3ce613c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build/
2+
dist/
3+
paypal_subscription.egg-info

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author='Codeat',
88
author_email='[email protected]',
99
description='This Python library allows you to interact with the PayPal REST API to manage subscriptions with variable pricing. It includes functionality for creating, updating, suspend and verifying subscriptions, as well as managing products and plans.',
10-
long_description=open('README.md').read(),
10+
long_description=open('readme.md').read(),
1111
long_description_content_type='text/markdown',
1212
url='https://github.com/CodeAtCode/paypal-subscription-lib',
1313
classifiers=[

0 commit comments

Comments
 (0)