summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f05f7b020fe91cab3209226f212b66deab7e96da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = XStatic-Angular
description = Angular 1.8.2 (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