Skip to content

Commit d7da833

Browse files
committed
Changed indentation in setup.py
1 parent d3ee74f commit d7da833

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

setup.py

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22

33
LONG_DESCRIPTION = open("README.md").read()
44

5-
setup(name="aws-dynamodb-parser",
6-
version="0.1.2",
7-
description="AWS DynamoDB utility for parsing DynamoDB responses",
8-
long_description=LONG_DESCRIPTION,
9-
long_description_content_type="text/markdown",
10-
url="https://github.com/gridsmartercities/aws-dynamodb-parser",
11-
author="Grid Smarter Cities",
12-
author_email="[email protected]",
13-
license="MIT",
14-
classifiers=[
15-
"Intended Audience :: Developers",
16-
"Development Status :: 3 - Alpha",
17-
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: MIT License",
19-
"Operating System :: OS Independent",
20-
"Natural Language :: English"
21-
],
22-
keywords="aws lambda decorator",
23-
packages=find_packages(exclude=("tests")),
24-
zip_safe=False)
5+
setup(
6+
name="aws-dynamodb-parser",
7+
version="0.1.2",
8+
description="AWS DynamoDB utility for parsing DynamoDB responses",
9+
long_description=LONG_DESCRIPTION,
10+
long_description_content_type="text/markdown",
11+
url="https://github.com/gridsmartercities/aws-dynamodb-parser",
12+
author="Grid Smarter Cities",
13+
author_email="[email protected]",
14+
license="MIT",
15+
classifiers=[
16+
"Intended Audience :: Developers",
17+
"Development Status :: 3 - Alpha",
18+
"Programming Language :: Python :: 3",
19+
"License :: OSI Approved :: MIT License",
20+
"Operating System :: OS Independent",
21+
"Natural Language :: English"
22+
],
23+
keywords="aws lambda decorator",
24+
packages=find_packages(exclude=("tests")),
25+
zip_safe=False
26+
)

0 commit comments

Comments
 (0)