Skip to content

Commit

Permalink
prepares 0.2.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 27, 2021
1 parent 616c380 commit 49f4545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = open('../../README.md').read()

setup(name='pyFlaskBootstrap4',
version='0.2.16',
version='0.2.17',
description='python flask + Bootstrap 4 static components and templates for webprojects',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -37,7 +37,7 @@
],
packages=['fb4'],
package_data={
'templates': ['*.html'],
'fb4': ['templates/sse/*.html'],
},
install_requires=[
'Bootstrap-Flask',
Expand Down

0 comments on commit 49f4545

Please sign in to comment.