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 diff --git a/setup.py b/setup.py index bbcb7a3..e2a9945 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ long_description = open('README.txt').read() setup( name='XStatic-Angular', - summary="""Angular 1.5.8 (XStatic packaging standard)""", - description=long_description, + description="""Angular 1.5.8 (XStatic packaging standard)""", + long_description=long_description, maintainer="Rob Cresswell", maintainer_email='robert.cresswell@outlook.com', use_scm_version=True,