Roboto Font packaged as XStatic.
Go to file
Doug Hellmann 0b87d4184d 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: I057cfcc15586d24b86b53c4c61b08e741af529b2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:54:13 -04:00
xstatic Update XStatic-roboto to 0.8.0 2017-08-10 11:54:21 +02:00
.gitignore xstatic-package for Roboto Font Face 2015-08-07 15:53:43 -07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:43:23 +00:00
LICENSE xstatic-package for Roboto Font Face 2015-08-07 15:53:43 -07:00
MANIFEST.in Update XStatic-roboto to 0.5.0.0 2016-10-28 14:53:41 +02:00
README.txt xstatic-package for Roboto Font Face 2015-08-07 15:53:43 -07:00
setup.cfg Update XStatic-roboto to 0.8.0 2017-08-10 11:54:21 +02:00
setup.py Update XStatic-roboto to 0.5.0.0 2016-10-28 14:53:41 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:54:13 -04:00

README.txt

XStatic-roboto-fontface
-----------------------

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