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