Moment-Timezone JavaScript library packaged as XStatic.
Go to file
Sean McGinnis 0da13ca23a
Fix README to be proper RST syntax
The README file was in RST, but had a formatting issue with the title.
The usage of the README is setup was incorrectly setting the content
type to markdown, rather than RST. This seems to have caused our twine
check to validate the package as fine, but PyPi apparently checks
package metadata a different way and rejected the package upload due to
issues with the README file.

This corrects the RST syntax, renames the file from txt to rst to
accurately reflect its content type, and updates the settings up
setup.py to correctly report the content as RST.

Change-Id: I5135a709410372aa938446563e8eca70b5eea985
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-07-27 10:06:23 -05:00
xstatic Bump release to 0.5.22.1 2020-07-24 12:20:28 +02:00
.gitignore Add initial version 0.5.22 of moment-timezone js library 2020-01-23 15:32:30 +01:00
.gitreview Add initial version 0.5.22 of moment-timezone js library 2020-01-23 15:32:30 +01:00
.zuul.yaml Add noop-jobs project template jobs 2020-04-08 17:23:51 +00:00
MANIFEST.in Add initial version 0.5.22 of moment-timezone js library 2020-01-23 15:32:30 +01:00
README.rst Fix README to be proper RST syntax 2020-07-27 10:06:23 -05:00
setup.py Fix README to be proper RST syntax 2020-07-27 10:06:23 -05:00
tox.ini Add initial version 0.5.22 of moment-timezone js library 2020-01-23 15:32:30 +01:00

XStatic-Moment-Timezone

Moment-Timezone 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.