Skip to content

Commit 1c5f194

Browse files
authored
Tidy up setup.py (aws#1)
* remove space prefix from url * Uncomment prod/stable since it's a 1.0.0 release
1 parent 3b6a82f commit 1c5f194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ def read_requirements(req="base.txt"):
7373
description="AWS Lambda Runtime Interface Client for Python",
7474
long_description=read("README.md"),
7575
long_description_content_type="text/markdown",
76-
url=" https://github.com/aws/aws-lambda-python-runtime-interface-client",
76+
url="https://github.com/aws/aws-lambda-python-runtime-interface-client",
7777
packages=find_packages(
7878
exclude=("tests", "tests.*", "docs", "examples", "versions")
7979
),
8080
install_requires=read_requirements("base.txt"),
8181
classifiers=[
82-
# "Development Status :: 5 - Production/Stable",
82+
"Development Status :: 5 - Production/Stable",
8383
"Intended Audience :: Developers",
8484
"Natural Language :: English",
8585
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)