diff --git a/setup.cfg b/setup.cfg index fe4580e..8dd87a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = XStatic-smart-table -summary = smart-table 1.4.13 (XStatic packaging standard) +description = smart-table 1.4.13 (XStatic packaging standard) description-file = README.rst maintainer = Richard Jones maintainer-email = r1chardj0n3s@gmail.com diff --git a/setup.py b/setup.py index 47062a9..873feaf 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ long_description = open('README.txt').read() setup( name='XStatic-smart-table', - summary="""smart-table 1.4.13 (XStatic packaging standard)""", - description=long_description, + description="""smart-table 1.4.13 (XStatic packaging standard)""", + long_description=long_description, maintainer="Richard Jones", maintainer_email='r1chardj0n3s@gmail.com', use_scm_version=True, diff --git a/xstatic/pkg/angular_smart_table/__init__.py b/xstatic/pkg/angular_smart_table/__init__.py index e910dd3..b7db1ab 100644 --- a/xstatic/pkg/angular_smart_table/__init__.py +++ b/xstatic/pkg/angular_smart_table/__init__.py @@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.4.13' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi