Skip to content

Commit

Permalink
Merge pull request #56 from tai271828/pr-release-jinja2-fix
Browse files Browse the repository at this point in the history
fix(jinja2): release jinja2 version compatibility fix
  • Loading branch information
tai271828 committed Jun 13, 2022
2 parents f7d903c + 45642b5 commit 6d5c3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
zip_safe=False,
include_package_data=True,
version="1.5.0",
description="PyCon TW post-event report generator.A cli command to generate PyCon TW post-event reports.",
description="PyCon TW post-event report generator. A cli command to generate PyCon TW post-event reports.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Taihsiang Ho (tai271828)",
author_email="tai271828@gmail.com",
author_email="tai271828@python.tw",
license="BSD 3-Clause",
url="https://github.com/pycontw/pycontw-postevent-report-generator",
download_url="https://github.com/pycontw/pycontw-postevent-report-generator.git",
url="https://github.com/pycontw/postevent-report-generator",
download_url="https://github.com/pycontw/postevent-report-generator.git",
keywords=["attendee", "pycontw", "post-event", "report-generator"],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 6d5c3e4

Please sign in to comment.