Skip to content

Commit

Permalink
Minor fixes in setup.py / MANIFEST.in, version bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwede committed Jan 11, 2015
1 parent e8e0f15 commit 6222d35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include LICENSE
include README.md
recursive-include swiftbrowser/static *
recursive-include swiftbrowser/templates *
recursive-include swiftbrowser/templatetags *
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Quick Install

1) Install swiftbrowser:

pip install https://github.com/cschwede/django-swiftbrowser/zipball/master
pip install django-swiftbrowser

2) Please make sure that "tempurl" and "formpost" middlewares are activated in your proxy server. Extract from /etc/swift/proxy-server.conf:

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

setup(
name='django-swiftbrowser',
version='0.1',
version='0.2',
packages=['swiftbrowser'],
include_package_data=True,
license='Apache License (2.0)',
description='A simple Django app to access Openstack Swift',
long_description=README,
url='http://www.cschwede.com/',
url='http://www.cschwede.de/',
author='Christian Schwede',
author_email='info@cschwede.de',
install_requires=['django>=1.5', 'python-swiftclient'],
Expand All @@ -23,7 +23,7 @@
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License (2.0)',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit 6222d35

Please sign in to comment.