summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-08-02 08:41:39 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-08-02 08:41:39 +0100
commit7c98c606c251872d8507c32a17023f191bbb3cae (patch)
treee1e4b9a552e49822ef865ca5ed03e16ed7e43075
parent984630723e9f9dca5525ec6d81f00e464ce5d983 (diff)
downloadxstatic-angular-7c98c606c251872d8507c32a17023f191bbb3cae.tar.gz
Updated with xstatic-release script
Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
-rw-r--r--MANIFEST.in6
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..af3cdd3
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include README.txt
+recursive-include xstatic *
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.orig
+global-exclude *.rej
diff --git a/setup.cfg b/setup.cfg
index 1ae9ddf..2d9aaa7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/setup.py b/setup.py
index 4fb31b4..bbcb7a3 100644
--- a/setup.py
+++ b/setup.py
@@ -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',