Skip to content

Commit

Permalink
Merge pull request #39 from nielstron/dev
Browse files Browse the repository at this point in the history
Format with new black formatting
  • Loading branch information
nielstron committed Sep 13, 2020
2 parents 2fee0a6 + 909506d commit d7fc57a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"*.html",
]
},
install_requires=["demjson", "aiohttp",],
install_requires=[
"demjson",
"aiohttp",
],
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit d7fc57a

Please sign in to comment.