Google Material Design Icons packaged as XStatic.
Go to file
Richard Jones e9b91068c0 Fix description metadata
There doesn't seem to be a "summary" option, but "description" and
"long_description" are different. Update the metadata to avoid warnings
about the unknown "summary" and so that when the release announce script
asks for the package description it gets the one line version instead of
the longer one.

Had to bump the build version since there's already a tag for 1.6.50.1

Change-Id: I242418b4a94e57d926bafa0d537d3558d861c686
2016-08-26 22:32:24 +00:00
xstatic Fix description metadata 2016-08-26 22:32:24 +00:00
.gitignore xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:43:14 +00:00
LICENSE xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
MANIFEST.in Update XStatic-MDI to 1.6.50.1 2016-07-14 10:37:36 -07:00
README.txt xstatic-package for Google's Material Design Icons 2015-08-07 15:47:25 -07:00
setup.cfg Fix description metadata 2016-08-26 22:32:24 +00:00
setup.py Fix description metadata 2016-08-26 22:32:24 +00:00
tox.ini Add basic tox.ini file 2016-07-19 11:33:50 -07:00

XStatic-mdi
-----------

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