summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRichard Jones <r1chardj0n3s@gmail.com>2016-08-27 08:13:14 +1000
committerRichard Jones <r1chardj0n3s@gmail.com>2016-08-27 08:13:39 +1000
commit55b99c03abd5f6b1556ab46d2e592405c5a89e2c (patch)
tree215442075cfbc1e37c1dbcbda86b3dbe8605c62e /setup.cfg
parent7c98c606c251872d8507c32a17023f191bbb3cae (diff)
downloadxstatic-angular-55b99c03abd5f6b1556ab46d2e592405c5a89e2c.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d9aaa7..3c3b878 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = XStatic-Angular
-summary = Angular 1.5.8 (XStatic packaging standard)
+description = Angular 1.5.8 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com