release 0.2 with docs

This commit is contained in:
Doug Hellmann 2012-07-22 17:01:37 -04:00
parent 7ebec93a95
commit 87011073c0
2 changed files with 5 additions and 8 deletions

View File

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

View File

@ -16,7 +16,7 @@ install_requires = ['distribute',
setup( setup(
name='stevedore', name='stevedore',
version='0.1', version='0.2',
description='Manage dynamic plugins for Python applications', description='Manage dynamic plugins for Python applications',
long_description=long_description, long_description=long_description,
@ -49,13 +49,6 @@ setup(
namespace_packages=[], namespace_packages=[],
packages=find_packages(), packages=find_packages(),
include_package_data=True, 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={ entry_points={
'stevedore.test.extension': [ 'stevedore.test.extension': [