Skip to content

Commit

Permalink
Merge pull request #118 from gridsmartercities/no_includes
Browse files Browse the repository at this point in the history
Fixed package
  • Loading branch information
eulogio-gutierrez authored Sep 17, 2020
2 parents 5c1a399 + d708d48 commit b40093d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LONG_DESCRIPTION = open("README.md").read()

setup(name="aws-lambda-decorators",
version="0.49",
version="0.50",
description="A set of python decorators to simplify aws python lambda development",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
"Natural Language :: English"
],
keywords="aws lambda decorator",
packages=find_packages("aws_lambda_decorators", exclude=("tests", "examples",)),
packages=find_packages(exclude=("tests", "examples",)),
install_requires=[
"boto3",
"PyJWT",
Expand Down

0 comments on commit b40093d

Please sign in to comment.