Angular-FileUpload JavaScript library packaged as XStatic.
Go to file
Ondřej Nový 8bd3bd19ef Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I1f39c6a7824dfafb5b4d1a03fe8415fa3534bdc1
2015-12-11 23:47:37 +01:00
xstatic Adds missing LICENSE file 2015-05-13 09:41:19 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:42:14 +00:00
LICENCE Adds missing LICENSE file 2015-05-13 09:41:19 +02:00
MANIFEST.in First commit of fileupload packaging 2014-09-09 09:27:09 -04:00
README.txt First commit of fileupload packaging 2014-09-09 09:27:09 -04:00
setup.py First commit of fileupload packaging 2014-09-09 09:27:09 -04:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 23:47:37 +01:00

README.txt

XStatic-Angular-Filepload
-------------------------

Angular-FileUpload 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`.