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 b950508 commit 5f8160fCopy full SHA for 5f8160f
setup.py
@@ -1,7 +1,7 @@
1
import io
2
import os
3
from distutils.file_util import copy_file
4
-from setuptools import find_packages, setup
+from setuptools import setup
5
6
7
dir_path = os.path.abspath(os.path.dirname(__file__))
@@ -21,7 +21,7 @@
21
author_email='dx@sendgrid.com',
22
url='{}python-http-client'.format(base_url),
23
download_url='{}python-http-client/tarball/{}'.format(base_url, version),
24
- packages=find_packages(),
+ packages=['python_http_client'],
25
include_package_data=True,
26
license='MIT',
27
description='HTTP REST client, simplified for Python',
0 commit comments