Moment JavaScript library packaged as XStatic.
Go to file
Thierry Carrez 7734ce759a Bump release to 2.8.4.3
This package was manually released and uploaded to PyPI before it
was added to OpenStack release automation. In order to properly
exercise the release machinery and properly sign the OpenStack
release artifacts, we need to re-release it.

Change-Id: I2b252c3143bc11df044db18654a1c6a7a8f0532e
2020-07-24 12:19:07 +02:00
xstatic Bump release to 2.8.4.3 2020-07-24 12:19:07 +02:00
.gitignore Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00
.gitreview Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00
.zuul.yaml Add noop-jobs project template jobs 2020-04-08 17:23:07 +00:00
MANIFEST.in Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00
README.txt Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00
setup.py Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00
tox.ini Add xstatic-moment 2.8.4 2020-02-21 19:53:28 +01:00

README.txt

XStatic-moment
--------------

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