Skip to content

Commit 0500624

Browse files
committed
Updated setup.py
1 parent 2d25b36 commit 0500624

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ install:
77
script:
88
- flask_s3_viewer -h
99
notifications:
10-
email: false
10+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
setup(
1414
name = 'flask_s3_viewer',
1515
version = VERSION,
16-
url = 'https://github.com/hidekuma/flask_s3_viewer',
16+
url = 'https://github.com/hidekuma/flask-s3-viewer',
1717
license = '',
1818
author = 'Hidekuma',
1919
author_email = '[email protected]',
20-
download_url = f'https://github.com/hidekuma/flask_s3_viewer/archive/{VERSION}.tar.gz',
20+
download_url = f'https://github.com/hidekuma/flask-s3-viewer/archive/{VERSION}.tar.gz',
2121
description = 'Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application.',
2222
packages = find_packages(exclude = ['tests*', 'test*', 'example*', 'i/*']),
2323
long_description = open('README.md').read(),

twine.sh

100644100755
File mode changed.

twine_test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)