Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Fixed package metadata (home page and author e-mail).
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 28, 2010
1 parent e470459 commit c37815a
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 @@ -13,7 +13,7 @@ CHANGES
0.6.1 (unreleased)
------------------

- Nothing changed yet.
- Fixed package metadata (home page and author e-mail).


0.6.0 (2010-10-28)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def read(*rnames):

setup (
name='z3c.tabular',
version='0.6.1dev',
version='0.6.1dev',
author = "Roger Ineichen and the Zope Community",
author_email = "zope3-dev@zope.org",
author_email = "zope-dev@zope.org",
description = "Table with form support based on z3c.form and z3c.table for Zope3",
long_description=(
read('README.txt') +
Expand All @@ -46,7 +46,7 @@ def read(*rnames):
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
url = 'http://cheeseshop.python.org/pypi/z3c.tabular',
url = 'http://pypi.python.org/pypi/z3c.tabular',
packages = find_packages('src'),
include_package_data = True,
package_dir = {'':'src'},
Expand Down

0 comments on commit c37815a

Please sign in to comment.