summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorwoomatt <matt.wood@hp.com>2015-07-21 16:11:56 -0600
committerwoomatt <matt.wood@hp.com>2015-07-22 09:21:07 -0600
commitb309c06b51b039d90340212fc181d56c736183bb (patch)
tree65dea89b4baadbfb1b34b601c9833c02de83bdb6 /setup.cfg
parentcf95a6556c18762df48a3c66c28ccf0fea14c049 (diff)
downloadxstatic-jasmine-b309c06b51b039d90340212fc181d56c736183bb.tar.gz
Make PBR work2.2.0.post32.2.0.2
Currently, this xstatic library isn't updating automagically because PBR requires a setup.cfg file, and a different setup.py file. Change-Id: Idec29a425bebba3fcabded25908835e12fc53624
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..10d2a0e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,17 @@
+# This config file has been created by
+# <horizon home>/tools/make_xstatic_setup_cfg.py
+
+[metadata]
+name = XStatic-Jasmine
+summary = Jasmine 2.2.0 (XStatic packaging standard)
+description-file = README.txt
+author = Radomir Dopieralski
+author-email = openstack@sheep.art.pl
+home-page = http://jasmine.github.io/
+
+[files]
+packages = xstatic
+namespace_packages =
+ xstatic
+ xstatic.pkg
+