Correct summary

This commit is contained in:
Richard Jones 2016-08-27 08:38:16 +10:00
parent 6f8de8a75b
commit af8a6034a8
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = XStatic-angular-ui-router
summary = angular-ui-router 0.3.1 (XStatic packaging standard)
description = angular-ui-router 0.3.1 (XStatic packaging standard)
description-file = README.rst
maintainer = Richard Jones
maintainer-email = r1chardj0n3s@gmail.com

View File

@ -6,8 +6,8 @@ long_description = open('README.txt').read()
setup(
name='XStatic-angular-ui-router',
summary="""angular-ui-router 0.3.1 (XStatic packaging standard)""",
description=long_description,
description="""angular-ui-router 0.3.1 (XStatic packaging standard)""",
long_description=long_description,
maintainer="Richard Jones",
maintainer_email='r1chardj0n3s@gmail.com',
use_scm_version=True,

View File

@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.3.1' # version of the packaged files, please use the upstream
# version number
BUILD = '2' # our package build number, so we can release new builds
BUILD = '3' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi