Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed May 7, 2017
1 parent fe4cca2 commit 26844fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.1
=====
- Fix :code:`setup.py` Information

0.1.0
=====
- Initial Release
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
author_email="futursolo@icloud.com",
url="https://github.com/futursolo/sketchbook",
license="Apache License 2.0",
description="An ordered, one-to-many mapping.",
description=("A template engine built for asyncio with "
"async/await syntax support."),
long_description=open("README.rst", "r").read(),
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 26844fe

Please sign in to comment.