From 7845a12f0f1e80e34ba953f731bf8bda619d5666 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 7 Sep 2016 13:30:10 +1000 Subject: Update with corrected xstatic-release Also update to replace license placeholder with actual. Change-Id: Ic51be3ac844999041b64e9f1c87ca3ff96bde61f --- setup.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b3c2adf --- /dev/null +++ b/setup.cfg @@ -0,0 +1,20 @@ +[metadata] +name = XStatic-Jasmine +description = Jasmine 2.4.1 (XStatic packaging standard) +description-file = README.rst +maintainer = Radomir Dopieralski +maintainer-email = openstack@sheep.art.pl +home-page = http://jasmine.github.io/ +keywords = jasmine xstatic +license = MIT +zip_safe = False +namespace_packages = + xstatic + xstatic.pkg + +[files] +packages = + xstatic + +[bdist_wheel] +universal = True -- cgit v1.2.1