Angular-FileUpload JavaScript library packaged as XStatic.
Go to file
Thomas Goirand c5b8b98c82 Adds missing LICENSE file
The MIT license imposes to reproduce the MIT license, and
the xstatic-angular-fileupload package didn't do that.
This patch adds the missing LICENSE file, so that we
aren't doing anything illegal anymore.

Also bumps release in xstatic/pkg/angular_fileupload/__init__.py
so we can re-release the package in PyPi.

This patch also adds the missing gitreview file.

Change-Id: Ia92e2638392f3750e0bbd6b83ec3bc8a28dfd343
2015-05-13 09:41:19 +02:00
xstatic Adds missing LICENSE file 2015-05-13 09:41:19 +02:00
.gitreview Adds missing LICENSE file 2015-05-13 09:41:19 +02: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

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