Updated with xstatic-release script

Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
This commit is contained in:
Rob Cresswell 2016-08-02 08:41:39 +01:00
parent 984630723e
commit 7c98c606c2
3 changed files with 8 additions and 2 deletions

6
MANIFEST.in Normal file
View File

@ -0,0 +1,6 @@
include README.txt
recursive-include xstatic *
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.orig
global-exclude *.rej

View File

@ -1,6 +1,6 @@
[metadata]
name = XStatic-Angular
summary = Angular 1.4.10 (XStatic packaging standard)
summary = Angular 1.5.8 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com

View File

@ -6,7 +6,7 @@ long_description = open('README.txt').read()
setup(
name='XStatic-Angular',
summary="""Angular 1.4.10 (XStatic packaging standard)""",
summary="""Angular 1.5.8 (XStatic packaging standard)""",
description=long_description,
maintainer="Rob Cresswell",
maintainer_email='robert.cresswell@outlook.com',