richleland / django-cumulus (http://packages.python.org/django-cumulus/)
An interface to Rackspace Cloud Files through Django.
Clone this repository (size: 76.4 KB): HTTPS / SSH
$ hg clone http://code.richleland.com/django-cumulus
| commit 50: | d4bae785615f |
| parent 49: | a01c5db643d4 |
| branch: | default |
| tags: | 0.3.3 |
Removed reliance on bitbucket tag download files.
Changed (Δ86 bytes):
raw changeset »
docs/conf.py (2 lines added, 2 lines removed)
docs/index.rst (4 lines added, 4 lines removed)
setup.py (1 lines added, 2 lines removed)
| … | … | @@ -45,9 +45,9 @@ copyright = u'2010, Rich Leland' |
45 |
45 |
# built documents. |
46 |
46 |
# |
47 |
47 |
# The short X.Y version. |
48 |
version = '0.3. |
|
48 |
version = '0.3.3' |
|
49 |
49 |
# The full version, including alpha/beta/rc tags. |
50 |
release = '0.3. |
|
50 |
release = '0.3.3' |
|
51 |
51 |
|
52 |
52 |
# The language for content autogenerated by Sphinx. Refer to documentation |
53 |
53 |
# for a list of supported languages. |
Up to file-list docs/index.rst:
| … | … | @@ -14,7 +14,7 @@ The aim of django-cumulus is to provide |
14 |
14 |
Installation |
15 |
15 |
************ |
16 |
16 |
|
17 |
To install the latest release (currently 0.3. |
|
17 |
To install the latest release (currently 0.3.3) from PyPI using pip:: |
|
18 |
18 |
|
19 |
19 |
pip install django-cumulus |
20 |
20 |
|
| … | … | @@ -24,8 +24,8 @@ To install the development version using |
24 |
24 |
|
25 |
25 |
Or you can download the tarball and install:: |
26 |
26 |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.3.2.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.3.2.tar.gz |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.3.3.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.3.3.tar.gz |
|
29 |
29 |
cd django-cumulus |
30 |
30 |
python setup.py install |
31 |
31 |
|
| … | … | @@ -107,7 +107,7 @@ Requirements |
107 |
107 |
|
108 |
108 |
You can install these dependencies yourself, or use the requirements file included in the package:: |
109 |
109 |
|
110 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.3. |
|
110 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.3.3/requirements.txt |
|
111 |
111 |
|
112 |
112 |
Tests |
113 |
113 |
***** |
| … | … | @@ -8,7 +8,7 @@ long_description = open(index_filename). |
8 |
8 |
|
9 |
9 |
setup( |
10 |
10 |
name = "django-cumulus", |
11 |
version = "0.3. |
|
11 |
version = "0.3.3", |
|
12 |
12 |
packages = find_packages(), |
13 |
13 |
|
14 |
14 |
author = "Rich Leland", |
| … | … | @@ -17,7 +17,6 @@ setup( |
17 |
17 |
description = "An interface to Rackspace Cloud Files through Django.", |
18 |
18 |
long_description = long_description, |
19 |
19 |
url = "http://bitbucket.org/richleland/django-cumulus/", |
20 |
download_url = "http://bitbucket.org/richleland/django-cumulus/get/0.3.2.tar.gz", |
|
21 |
20 |
classifiers=[ |
22 |
21 |
'Development Status :: 3 - Alpha', |
23 |
22 |
'Environment :: Web Environment', |
