Updated with xstatic-release script
Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
This commit is contained in:
parent
984630723e
commit
7c98c606c2
6
MANIFEST.in
Normal file
6
MANIFEST.in
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include README.txt
|
||||||
|
recursive-include xstatic *
|
||||||
|
global-exclude *.pyc
|
||||||
|
global-exclude *.pyo
|
||||||
|
global-exclude *.orig
|
||||||
|
global-exclude *.rej
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = XStatic-Angular
|
name = XStatic-Angular
|
||||||
summary = Angular 1.4.10 (XStatic packaging standard)
|
summary = Angular 1.5.8 (XStatic packaging standard)
|
||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
maintainer = Rob Cresswell
|
maintainer = Rob Cresswell
|
||||||
maintainer-email = robert.cresswell@outlook.com
|
maintainer-email = robert.cresswell@outlook.com
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ long_description = open('README.txt').read()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='XStatic-Angular',
|
name='XStatic-Angular',
|
||||||
summary="""Angular 1.4.10 (XStatic packaging standard)""",
|
summary="""Angular 1.5.8 (XStatic packaging standard)""",
|
||||||
description=long_description,
|
description=long_description,
|
||||||
maintainer="Rob Cresswell",
|
maintainer="Rob Cresswell",
|
||||||
maintainer_email='robert.cresswell@outlook.com',
|
maintainer_email='robert.cresswell@outlook.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user