summaryrefslogtreecommitdiff
path: root/METADATA.in
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA.in')
-rw-r--r--METADATA.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/METADATA.in b/METADATA.in
deleted file mode 100644
index 18ebf32..0000000
--- a/METADATA.in
+++ /dev/null
@@ -1,34 +0,0 @@
-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 :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-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
-Classifier: Programming Language :: Python :: 3.5
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: Implementation :: CPython
-Classifier: Programming Language :: Python :: Implementation :: PyPy
-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}