summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-07-18 09:29:01 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-07-19 08:17:20 +0100
commit5a30bee80d67c0f26ecbf05726f4838dbae3f276 (patch)
treec014982322454fd386d38226b01dccd4d64533f5 /setup.cfg
parentd0dd552b6026a5c153180a68b217830425c7d352 (diff)
downloadxstatic-angular-5a30bee80d67c0f26ecbf05726f4838dbae3f276.tar.gz
Update with xstatic-release script1.4.10.1
Change-Id: I85514e4afde528e72d8b2a44a79702427df449f3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1ae9ddf
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,20 @@
+[metadata]
+name = XStatic-Angular
+summary = Angular 1.4.10 (XStatic packaging standard)
+description-file = README.rst
+maintainer = Rob Cresswell
+maintainer-email = robert.cresswell@outlook.com
+home-page = http://angularjs.org
+keywords = angular xstatic
+license = MIT
+zip_safe = False
+namespace_packages =
+ xstatic
+ xstatic.pkg
+
+[files]
+packages =
+ xstatic
+
+[bdist_wheel]
+universal = True