Skip to content

Commit 49aa8c4

Browse files
committed
edited the setup.py file
1 parent b277be3 commit 49aa8c4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pathlib
22
from distutils.core import setup
3-
from setuptools import find_packages
43

54

65
# The directory containing this file
@@ -12,10 +11,10 @@
1211

1312
setup(
1413
name="pythepeer",
15-
version="1.0.0",
14+
version="1.0.1",
1615
description="python sdk for interacting with thepeer payment processing infrastructure",
1716
author="Osagie Iyayi",
18-
packages=find_packages(),
17+
packages=["thepeer", "thepeer.main"],
1918
author_email="iyayiemmanuel1@gmail.com",
2019
url="https://github.com/thepeerstack/python-sdk",
2120
license="MIT",

0 commit comments

Comments
 (0)