release 0.2 with docs

changes/57/61557/1 0.2
Doug Hellmann 11 years ago
parent 7ebec93a95
commit 87011073c0

@ -2,6 +2,10 @@
History
=========
0.2
- Added documentation
0.1
- First public release

@ -16,7 +16,7 @@ install_requires = ['distribute',
setup(
name='stevedore',
version='0.1',
version='0.2',
description='Manage dynamic plugins for Python applications',
long_description=long_description,
@ -49,13 +49,6 @@ setup(
namespace_packages=[],
packages=find_packages(),
include_package_data=True,
# Scan the input for package information
# to grab any data files (text, images, etc.)
# associated with sub-packages.
# package_data=find_package_data(PROJECT,
# package=PROJECT,
# only_in_packages=False,
# ),
entry_points={
'stevedore.test.extension': [

Loading…
Cancel
Save