We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aa8c4 commit a4df2c6Copy full SHA for a4df2c6
1 file changed
setup.py
@@ -1,4 +1,5 @@
1
import pathlib
2
+import setuptools # noqa: F401
3
from distutils.core import setup
4
5
@@ -14,7 +15,7 @@
14
15
version="1.0.1",
16
description="python sdk for interacting with thepeer payment processing infrastructure",
17
author="Osagie Iyayi",
- packages=["thepeer", "thepeer.main"],
18
+ packages=["thepeer"],
19
author_email="iyayiemmanuel1@gmail.com",
20
url="https://github.com/thepeerstack/python-sdk",
21
license="MIT",
0 commit comments