Skip to content

Commit 0a7e26b

Browse files
committed
Dummy
1 parent cd057ef commit 0a7e26b

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include LICENSE.md
22
include README.md
3-
recursive-include py_stripe *
3+
recursive-include stripe_python *
44
recursive-include docs *

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
from dotenv import load_dotenv
88

9-
from py_stripe import get_products
9+
from stripe_python import get_products
1010

1111
load_dotenv()
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
88

99
setup(
10-
name='py-stripe',
10+
name='python-stripe',
1111
version='0.0.1',
1212
zip_safe=False,
1313
packages=find_packages(),
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)