Skip to content

Commit

Permalink
Fix writers module
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 9, 2019
1 parent 22cb093 commit d25611d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions builder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Vlad Emelianov",
author_email="[email protected]",
description="Builder for mypy-boto3.",
classifiers=(
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
Expand All @@ -32,8 +32,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
),
],
long_description=long_description,
long_description_content_type="text/markdown",
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OUTPUT_PATH=${ROOT_PATH}/mypy_boto3_output
install_package() {
cd $1
echo "Installing $1"

rm -rf build __pycache__
python setup.py develop > /dev/null
}
export -f install_package
Expand Down

0 comments on commit d25611d

Please sign in to comment.