Skip to content

Commit

Permalink
Updated README.md and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuma committed Apr 6, 2020
1 parent b157cd7 commit cd95649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TL;DR
![logo](./i/logo.png)

`FlaskS3Up` is an extension for Flask that adds support for quickly browsing S3 or S3 compatible. If you are familiar with Flask, FlaskS3up should be easy to pick up.

## Support Python versions and Dependencies
Expand Down
Binary file added i/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email = 'd.hidekuma@gmail.com',
download_url = f'https://github.com/hidekuma/flask_s3up/archive/{VERSION}.tar.gz',
description = 'Flask S3Up is an extension for Flask that adds s3\'s browsing support to any Flask application.',
packages = find_packages(exclude = ['tests*', 'test*', 'example*']),
packages = find_packages(exclude = ['tests*', 'test*', 'example*', 'i/*']),
long_description = open('README.md').read(),
long_description_content_type = 'text/markdown',
package_data = {
Expand Down

0 comments on commit cd95649

Please sign in to comment.