-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Postcard/v0.2.1
place name, place code, event name and event code can be rendered
- Loading branch information
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ def read(fname): | |
setup( | ||
name = "ticketrenderer", | ||
packages = ["ticketrenderer"], | ||
version = "0.2.0", | ||
version = "0.2.1", | ||
author = "Benoît Guigal", | ||
author_email = "[email protected]", | ||
description = ("A library used to render Figure tickets from ticket templates"), | ||
url = "https://github.com/Postcard/ticket-renderer-python", | ||
download_url = 'https://github.com/Postcard/ticket-renderer-python/tarball/0.2.0', | ||
download_url = 'https://github.com/Postcard/ticket-renderer-python/tarball/0.2.1', | ||
py_modules=('ticketrenderer',), | ||
install_requires=[ | ||
'jinja2==2.7.3', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters