Skip to content

Commit

Permalink
Make sure jinja templates are included in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia committed Dec 10, 2020
1 parent 4eb1187 commit 19d808a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ History
* Update dependencies to lastest versions.

0.5.0a2 (2020-12-09)
-------------
--------------------

* Fix bug with form parameters in from_json conversion.

0.5.0a3 (dev)
-------------
0.5.0a3 (2020-12-10)
--------------------

* Unreleased.
* Make sure jinja templates are included in manifest.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst *.txt conf.py Makefile make.bat *.jpg *.png *.gif

recursive-include questions *.jinja
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ benefits:
questions to show depending on the answers to previous ones.
* Complex forms can be defined easily using class composition.
* Easy multi-page forms, with no state-keeping headaches.
* Import forms directly from JSON definitions using SurveyJS form creator.
* Minimal code for simple apps. If you just need a form or two, you are set.
* Zero Javascript code option. If you can use a CDN, no need to install or
download any javascript.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/cguardia/questions',
version='0.5.0a3dev',
version='0.5.0a3',
zip_safe=False,
)

0 comments on commit 19d808a

Please sign in to comment.