File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11include LICENSE
22include README.md
3- recursive-include swiftbrowser/static *
43recursive-include swiftbrowser/templates *
54recursive-include swiftbrowser/templatetags *
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Quick Install
1616
17171 ) Install swiftbrowser:
1818
19- pip install https://github.com/cschwede/ django-swiftbrowser/zipball/master
19+ pip install django-swiftbrowser
2020
21212 ) Please make sure that "tempurl" and "formpost" middlewares are activated in your proxy server. Extract from /etc/swift/proxy-server.conf:
2222
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'django-swiftbrowser' ,
11- version = '0.1 ' ,
11+ version = '0.2 ' ,
1212 packages = ['swiftbrowser' ],
1313 include_package_data = True ,
1414 license = 'Apache License (2.0)' ,
1515 description = 'A simple Django app to access Openstack Swift' ,
1616 long_description = README ,
17- url = 'http://www.cschwede.com /' ,
17+ url = 'http://www.cschwede.de /' ,
1818 author = 'Christian Schwede' ,
19192020 install_requires = ['django>=1.5' , 'python-swiftclient' ],
2323 'Environment :: Web Environment' ,
2424 'Framework :: Django' ,
2525 'Intended Audience :: Developers' ,
26- 'License :: OSI Approved :: Apache License (2.0) ' ,
26+ 'License :: OSI Approved :: Apache Software License ' ,
2727 'Operating System :: OS Independent' ,
2828 'Programming Language :: Python' ,
2929 'Programming Language :: Python :: 2.6' ,
You can’t perform that action at this time.
0 commit comments