Update readme for testing prerequisites and update setup.py to include django_nose
This commit is contained in:
parent
159e550a8f
commit
1bfc9b3bc7
@ -22,7 +22,13 @@ Getting Started
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
Django-Nova uses Buildout (http://www.buildout.org/) to manage local
|
Django-Nova uses Buildout (http://www.buildout.org/) to manage local
|
||||||
development. To configure your local Buildout environment:
|
development. To configure your local Buildout environment first install the following
|
||||||
|
system-level dependencies:
|
||||||
|
* python-dev
|
||||||
|
* git
|
||||||
|
* bzr
|
||||||
|
|
||||||
|
Then instantiate buildout with
|
||||||
|
|
||||||
$ python bootstrap.py
|
$ python bootstrap.py
|
||||||
$ bin/buildout
|
$ bin/buildout
|
||||||
|
@ -37,7 +37,7 @@ setup(
|
|||||||
package_data = {'django_openstack':
|
package_data = {'django_openstack':
|
||||||
[s[len('django_openstack/'):] for s in
|
[s[len('django_openstack/'):] for s in
|
||||||
findall('django_openstack/templates')]},
|
findall('django_openstack/templates')]},
|
||||||
install_requires = ['setuptools', 'mox>=0.5.0'],
|
install_requires = ['setuptools', 'mox>=0.5.3', 'django_nose'],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
|
Loading…
Reference in New Issue
Block a user