summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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..3473853
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,20 @@
+[metadata]
+name = XStatic-Angular-Bootstrap
+summary = Angular-Bootstrap 0.11.0 (XStatic packaging standard)
+description-file = README.rst
+maintainer = Maxime Vidori
+maintainer-email = maxime.vidori@enovance.com
+home-page = http://angular-ui.github.io/bootstrap/
+keywords = angular_bootstrap xstatic
+license = (same as Angular-Bootstrap)
+zip_safe = False
+namespace_packages =
+ xstatic
+ xstatic.pkg
+
+[files]
+packages =
+ xstatic
+
+[bdist_wheel]
+universal = True