xstatic-angular/setup.cfg
Richard Jones 55b99c03ab 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.

Change-Id: I83c5b3551f26a1a3cc2d8878e9cf1ed582cd2b9f
2016-08-27 08:13:39 +10:00

21 lines
400 B
INI

[metadata]
name = XStatic-Angular
description = Angular 1.5.8 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com
home-page = http://angularjs.org
keywords = angular xstatic
license = MIT
zip_safe = False
namespace_packages =
xstatic
xstatic.pkg
[files]
packages =
xstatic
[bdist_wheel]
universal = True