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

Commit

Permalink
Add changelog to pypi's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Dec 4, 2017
1 parent 3c88aa9 commit dddd57b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
@@ -1,13 +1,13 @@
CHANGELOG
=========
---------

0.17.1
------
``````

- Fix error when the blueprint cannot be found (i.e. flask debug toolbar)

0.17.0
------
``````

- Fix app factory initialization
- Change how tests and linters run
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
exclude *.pyc *.pyo
include requirements.txt
include README.rst
include CHANGELOG.rst
include LICENSE
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -3,4 +3,3 @@ beautifulsoup4
rjsmin
ordereddict
six

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@ def read(filename):
install_requires=open('requirements.txt').readlines(),
description='A Jinja extension (compatible with Flask and other frameworks) '
'to compile and/or compress your assets.',
long_description=read('README.rst'),
long_description='{0}\n\n{1}'.format(read('README.rst'), read('CHANGELOG.rst')),
url='https://github.com/jaysonsantos/jinja-assets-compressor',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit dddd57b

Please sign in to comment.