mirror of
https://github.com/wassname/flask-s3.git
synced 2026-08-15 12:24:52 +08:00
Update code to use FLASKS3_ prefix for config variables instead of S3_. Closes #47.
This will automatically translate your old S3_ config variables to FLASKS3_ variables until 0.3.0.
This commit is contained in:
@@ -5,11 +5,13 @@ Flask-S3
|
||||
Easily serve your static files from Amazon S3.
|
||||
"""
|
||||
from setuptools import setup
|
||||
from flask_s3 import __version__
|
||||
|
||||
|
||||
|
||||
setup(
|
||||
name='Flask-S3',
|
||||
version='0.2.6',
|
||||
version=".".join(__version__),
|
||||
url='http://github.com/e-dard/flask-s3',
|
||||
license='WTFPL',
|
||||
author='Edward Robinson',
|
||||
|
||||
Reference in New Issue
Block a user