summaryrefslogtreecommitdiff
path: root/METADATA.in
blob: 282755115ba57dd7e544d1591824b2aecf53cb16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Metadata-Version: 2.0
Name: wheel
Version: ${VERSION}
Summary: A built-package format for Python.
Home-page: http://bitbucket.org/pypa/wheel/
Author: Daniel Holth
Author-email: dholth@fastmail.fm
License: MIT
Keywords: wheel,packaging
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides-Extra: tool
Provides-Extra: signatures
Requires-Dist: keyring; extra == 'signatures'
Provides-Extra: faster-signatures
Requires-Dist: ed25519ll; extra == 'faster-signatures'
Requires-Dist: argparse; python_version=="2.6"
Provides-Extra: signatures
Requires-Dist: pyxdg; sys_platform!="win32" and extra == 'signatures'

${DESCRIPTION}