summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 80d74c2e0768a9e7f7959ff1301e155c22dda93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = XStatic-Font-Awesome
description = Font-Awesome 4.7.0 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com
home-page = https://fortawesome.github.io/Font-Awesome/
keywords = font_awesome xstatic
license = SIL OFL 1.1
zip_safe = False
namespace_packages =
    xstatic
    xstatic.pkg

[files]
packages =
    xstatic

[bdist_wheel]
universal = True