Skip to content

Commit

Permalink
Release 2.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
paj committed Aug 2, 2010
1 parent 0b5363e commit 01a1f57
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ glob:*/.noseids
glob:*.orig
glob:*.rej
tags
glob:build/*
glob:dist/*
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ToscaWidgets
============

ToscaWidgets is a web widget toolkit for Python to aid in the creation,
packaging and distribution of common view elements normally used in the web.

tw2.forms contains the basic form widgets.

4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[aliases]
release = egg_info -rDb "" sdist bdist_egg register upload

[egg_info]
tag_build =
tag_svn_revision = true
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

setup(
name='tw2.forms',
version='2.0b1',
description='',
author='Paul Johnston, Christopher Perkins & contributors',
version='2.0b4',
description='The basic form widgets for ToscaWidgets 2.',
long_description = open('README.txt').read().split('\n\n', 1)[1],
author='Paul Johnston, Christopher Perkins, Alberto Valverde & contributors',
author_email='paj@pajhome.org.uk',
url='',
url='http://toscawidgets.org/docs/tw2.core/',
install_requires=[
"tw2.core>=2.0a2",
## Add other requirements here
# "Genshi",
"tw2.core>=2.0b4",
],
packages=find_packages(exclude=['ez_setup', 'tests']),
namespace_packages = ['tw2'],
Expand Down

0 comments on commit 01a1f57

Please sign in to comment.