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.
2 parents 2020e82 + e14b771 commit 2ec8bbbCopy full SHA for 2ec8bbb
setup.py
@@ -1,12 +1,12 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
from oxylabs.version import SDK_VERSION
4
5
long_description = """
6
The official Python library for the Oxylabs Scraper APIs.
7
8
Collect public data at scale with industry-leading web scraping solutions and the world's largest ethical proxy network.
9
-Documentation can be found at [https://github.com/mslmio/oxylabs-sdk-python](https://github.com/mslmio/oxylabs-sdk-python).
+Documentation can be found at https://github.com/mslmio/oxylabs-sdk-python.
10
"""
11
12
setup(
@@ -18,6 +18,6 @@
18
author="Oxylabs",
19
author_email="[email protected]",
20
license="MIT",
21
- packages=["oxylabs"],
+ packages=find_packages(),
22
install_requires=["aiohttp", "requests"],
23
)
0 commit comments