, PKG-INFO, setup.py sdist:
$ cat HelloWorld.egg-info/PKG-INFO
Metadata-Version: 1.0
Name: HelloWorld
Version: 0.1
Summary: This is an Example Package
Home-page: http://example.com/HelloWorld/
Author: Me
Author-email: me@example.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
, 1.0 (PEP 241), 1.1 (PEP 314). , setuptools (6.0.2).
Python. OS X 10.8 (Mountain Lion), Python 2.7.2, SO answer. , 2.7.3. , , - provides, requires, obsoletes - setup. , setup:
setup(
name="HelloWorld",
version="0.2",
provides=['hours.of.debugging.fun'],
)
PKG-INFO 1.1, Test PyPI.