Angular-Gettext JavaScript library packaged as XStatic.
Go to file
Doug Hellmann e1d443c41e fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Id5706455876eb34caa457aa2cd8c56c5a679d428
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:52:52 -04:00
xstatic Update xstatic-angular-gettext to 2.3.8.0 2016-11-10 09:33:08 +00:00
.gitignore Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:42:19 +00:00
LICENSE Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
MANIFEST.in Update xstatic-angular-gettext to 2.3.8.0 2016-11-10 09:33:08 +00:00
README.txt Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
setup.cfg Update xstatic-angular-gettext to 2.3.8.0 2016-11-10 09:33:08 +00:00
setup.py Update xstatic-angular-gettext to 2.3.8.0 2016-11-10 09:33:08 +00:00
tox.ini fix tox python3 overrides 2018-09-26 18:52:52 -04:00

README.txt

XStatic-Angular-Gettext
--------------

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