Skip to content

Commit

Permalink
fixed templates not included
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-s committed May 11, 2016
1 parent 635c1d1 commit 5754296
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
recursive-include clearest/templates *.html
2 changes: 1 addition & 1 deletion clearest/__init__.py
Expand Up @@ -51,7 +51,7 @@
"set_templates_path"
]

__version__ = "0.3.1"
__version__ = "0.3.2"
__author__ = "Petr Skramovsky"
__contact__ = "petr.skramovsky@gmail.com"
__homepage__ = "https://github.com/petr-s/cleaREST"
Empty file removed clearest/templates/__init__.py
Empty file.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -17,6 +17,7 @@ def parse_requirements():
keywords="rest api framework json xml",
url=clearest.__homepage__,
packages=find_packages(),
include_package_data=True,
install_requires=parse_requirements(),
test_suite="tests",
long_description=open("README.rst").read(),
Expand Down

0 comments on commit 5754296

Please sign in to comment.