Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 committed Dec 25, 2021
1 parent f42f4dc commit 94085be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"pytkdocs[numpy-style]",
]
},
entry_points={"console_scripts": ["handwrite = handwrite.cli:main"],},
entry_points={
"console_scripts": ["handwrite = handwrite.cli:main"],
},
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 94085be

Please sign in to comment.