~ubuntu-branches/ubuntu/raring/z3c.formui/raring-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-01-10 20:28:38 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130110202838-6bl4mdj59veq9ebe
Tags: 2.3.0-0ubuntu1
* New upstream release (LP: #1058504).
* debian/control:
  - Remove article from description synopsis.
  - Bump Standards-Version to 3.9.4.
* debian/copyright: Update Format URI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
##############################################################################
14
14
"""Setup
15
15
 
16
 
$Id: setup.py 124003 2012-01-09 19:07:28Z menesis $
 
16
$Id: setup.py 124626 2012-03-15 20:22:41Z srichter $
17
17
"""
18
18
import os
19
19
from setuptools import setup, find_packages
23
23
 
24
24
setup (
25
25
    name='z3c.formui',
26
 
    version='2.2.1',
 
26
    version='2.3.0',
27
27
    author = "Stephan Richter, Roger Ineichen and the Zope Community",
28
28
    author_email = "zope-dev@zope.org",
29
29
    description = "A set of initial UI components for z3c.form.",