Migrate jQuery plugin packaged as XStatic.
Go to file
Akihiro Motoki 2ac50aad6c Prepare for relase using OpenStack release process
xstatic-jquery-migrate has never been released using the OpenStack
release prociess with openstack/releases repository.
To sync the release history in openstack/releases and PyPI, we need to
release a new version, so the xstatic version is bumped.

README is also updated to satisfy what PyPI expects.
This is required to pass the validation in openstack/releases repo.

Change-Id: I642bc31efe778caec623cfb548cddcf57963e6f5
2020-04-03 06:18:34 +09:00
xstatic Prepare for relase using OpenStack release process 2020-04-03 06:18:34 +09:00
.gitignore Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:13 +00:00
MANIFEST.in Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
README.txt Prepare for relase using OpenStack release process 2020-04-03 06:18:34 +09:00
setup.py Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:53:43 -04:00

XStatic-JQuery-Migrate
----------------------

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