Jasmine JavaScript library packaged as XStatic.
Go to file
woomatt b309c06b51 Make PBR work
Currently, this xstatic library isn't updating automagically because PBR
requires a setup.cfg file, and a different setup.py file.

Change-Id: Idec29a425bebba3fcabded25908835e12fc53624
2015-07-22 09:21:07 -06:00
xstatic Upgrade Jasmine to 2.2.0 2015-06-08 15:40:14 -06:00
.gitignore Make PBR work 2015-07-22 09:21:07 -06:00
.gitreview Add a .gitreview file to this project 2015-06-08 15:41:43 -06:00
LICENSE Adding LICENSE file 2015-06-08 15:58:08 -06:00
MANIFEST.in Jasmine 1.3.1 2014-05-27 09:32:39 +02:00
README.txt Jasmine 1.3.1 2014-05-27 09:32:39 +02:00
setup.cfg Make PBR work 2015-07-22 09:21:07 -06:00
setup.py Make PBR work 2015-07-22 09:21:07 -06:00
tox.ini Add tox.ini to xstatic-jasmine 2015-06-24 14:58:09 +01:00

README.txt

XStatic-Jasmine
--------------

Jasmine JavaScript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.