Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwehu committed Jun 18, 2013
1 parent f717c0c commit 7d8b00d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include LICENSE
include README.rst
recursive-include s3filesmanager/static *
recursive-include s3filesmanager/templates *
Binary file added dist/s3filesmanager-0.4.8.tar.gz
Binary file not shown.
9 changes: 2 additions & 7 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='s3filesmanager',
version='0.4.8',
version='0.4.9',
description='AWS S3 files manager',
#long_description=open('docs/index.rst').read(),
author='Jeffrey Hu',
Expand All @@ -19,12 +19,7 @@
'django-storages >= 1.1.8',
],
packages=find_packages(),
package_data={
's3filesmanager': [
'static/*',
'templates/*',
],
},
include_package_data=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 7d8b00d

Please sign in to comment.