Skip to content

Commit a4df2c6

Browse files
committed
changed the setup.py file
1 parent 49aa8c4 commit a4df2c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pathlib
2+
import setuptools # noqa: F401
23
from distutils.core import setup
34

45

@@ -14,7 +15,7 @@
1415
version="1.0.1",
1516
description="python sdk for interacting with thepeer payment processing infrastructure",
1617
author="Osagie Iyayi",
17-
packages=["thepeer", "thepeer.main"],
18+
packages=["thepeer"],
1819
author_email="iyayiemmanuel1@gmail.com",
1920
url="https://github.com/thepeerstack/python-sdk",
2021
license="MIT",

0 commit comments

Comments
 (0)