xstatic-mdi/setup.cfg
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

21 lines
432 B
INI

[metadata]
name = XStatic-mdi
description = mdi 1.6.50 (XStatic packaging standard)
description-file = README.rst
maintainer = Diana Whitten
maintainer-email = hurgleburgler@gmail.com
home-page = http://materialdesignicons.com
keywords = material design icons webfont mdi xstatic
license = SIL OFL 1.1
zip_safe = False
namespace_packages =
xstatic
xstatic.pkg
[files]
packages =
xstatic
[bdist_wheel]
universal = True