0.2.0 - Add extension to object_name - Use source name as object name if empty

This commit is contained in:
Mardix
2015-05-24 01:00:51 -04:00
parent a8e9c60dac
commit 5937569eb7
5 changed files with 56 additions and 18 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
__NAME__ = "flask-CloudStorage"
__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "Mardix"
__license__ = "MIT"
__copyright__ = "2015"
@@ -36,6 +36,7 @@ setup(
include_package_data=True,
packages=find_packages(),
install_requires=[
"werkzeug==0.10.1",
"apache-libcloud==0.17.0",
"lockfile==0.10.2",
"shortuuid==0.1"