summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-22 17:01:37 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-22 17:01:37 -0400
commit87011073c0f2207e7c8e0e114225fa335aabbba8 (patch)
tree00b688d2498e3ec70f2e2d9e546ebb80165f1339
parent7ebec93a95c2b4ab3212d29abc442a29ec14eecd (diff)
downloadstevedore-0.2.tar.gz
release 0.2 with docs0.2
-rw-r--r--docs/source/history.rst4
-rw-r--r--setup.py9
2 files changed, 5 insertions, 8 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 498f234..a9cf7f2 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,10 @@
History
=========
+0.2
+
+ - Added documentation
+
0.1
- First public release
diff --git a/setup.py b/setup.py
index 172192a..436c07f 100644
--- a/setup.py
+++ b/setup.py
@@ -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': [