We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd057ef commit 0a7e26bCopy full SHA for 0a7e26b
MANIFEST.in
@@ -1,4 +1,4 @@
1
include LICENSE.md
2
include README.md
3
-recursive-include py_stripe *
+recursive-include stripe_python *
4
recursive-include docs *
run.py
@@ -6,7 +6,7 @@
6
import os
7
from dotenv import load_dotenv
8
9
-from py_stripe import get_products
+from stripe_python import get_products
10
11
load_dotenv()
12
setup.py
@@ -7,7 +7,7 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
-name='py-stripe',
+name='python-stripe',
version='0.0.1',
zip_safe=False,
13
packages=find_packages(),
py_stripe/__init__.py renamed to stripe_python/__init__.py
py_stripe/util.py renamed to stripe_python/util.py
0 commit comments