Skip to content

Commit a04ca0f

Browse files
vikramramanVasily V
authored and
Vasily V
committed
Remove pyformance and lambda (#44)
1 parent de38d4e commit a04ca0f

File tree

15 files changed

+1
-708
lines changed

15 files changed

+1
-708
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
url="https://github.com/wavefrontHQ/python-client",
3333
keywords=["Swagger", "Wavefront Public API"],
3434
install_requires=REQUIRES,
35-
packages=find_packages(exclude=["wavefront_lambda","wavefront_pyformance","*.tests"]),
35+
packages=find_packages(),
3636
include_package_data=True,
3737
long_description="""\
3838
<p>The Wavefront public API enables you to interact with Wavefront servers using standard web service API tools. You can use the API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make API calls outside the Wavefront API documentation you must add the header \"Authorization: Bearer <<API-TOKEN>>\" to your HTTP requests.</p><p>For legacy versions of the Wavefront API, see the <a href=\"/api-docs/ui/deprecated\">legacy API documentation</a>.</p> # noqa: E501

wavefront_lambda/README.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

wavefront_lambda/example.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

wavefront_lambda/setup.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

wavefront_lambda/wavefront_lambda/__init__.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

wavefront_lambda/wavefront_lambda/tests/__init__.py

Whitespace-only changes.

wavefront_lambda/wavefront_lambda/tests/test_wavefront_lambda_wrapper.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

wavefront_pyformance/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

wavefront_pyformance/example.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)