Skip to content

Commit b40093d

Browse files
Merge pull request #118 from gridsmartercities/no_includes
Fixed package
2 parents 5c1a399 + d708d48 commit b40093d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LONG_DESCRIPTION = open("README.md").read()
44

55
setup(name="aws-lambda-decorators",
6-
version="0.49",
6+
version="0.50",
77
description="A set of python decorators to simplify aws python lambda development",
88
long_description=LONG_DESCRIPTION,
99
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
1919
"Natural Language :: English"
2020
],
2121
keywords="aws lambda decorator",
22-
packages=find_packages("aws_lambda_decorators", exclude=("tests", "examples",)),
22+
packages=find_packages(exclude=("tests", "examples",)),
2323
install_requires=[
2424
"boto3",
2525
"PyJWT",

0 commit comments

Comments
 (0)