Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Release keas.profile 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 12, 2008
2 parents 63d8de5 + a0eeee7 commit 3e6c5e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CHANGES
=======


0.1.0 (2008-12-??)
0.1.0 (2008-12-12)
------------------

- Initial release
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*rnames):

setup(
name='keas.profile',
version = '0.2.0dev',
version='0.1.0',
author='Marius Gedminas and the Zope Community.',
author_email="zope-dev@zope.org",
description='WSGI Profiler for Python Paste',
Expand All @@ -36,7 +36,7 @@ def read(*rnames):
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
url = 'http://pypi.python.org/pypi/keas.profile',
url='http://pypi.python.org/pypi/keas.profile',
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['keas'],
Expand All @@ -50,7 +50,7 @@ def read(*rnames):
],
include_package_data=True,
zip_safe=False,
entry_points = """
entry_points="""
[paste.filter_app_factory]
profiler = keas.profile.profiler:make_profiler
"""
Expand Down

0 comments on commit 3e6c5e9

Please sign in to comment.