~schooltool-owners/schooltool.gradebook/flourish

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gediminas Paulauskas
  • Date: 2013-04-05 13:36:38 UTC
  • Revision ID: menesis@pov.lt-20130405133638-2wf6djfa51au20a9
Replace the use of rwproperty with python 2.6 setter syntax

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    "License :: OSI Approved :: GNU General Public License (GPL)",
54
54
    "Operating System :: OS Independent",
55
55
    "Programming Language :: Python",
56
 
    "Programming Language :: Python :: 2.5",
57
56
    "Programming Language :: Python :: 2.6",
58
57
    "Programming Language :: Python :: 2.7",
59
58
    "Programming Language :: Zope",
64
63
    install_requires=['schooltool>=2.4a1',
65
64
                      'lxml',
66
65
                      'pytz',
67
 
                      'rwproperty',
68
66
                      'setuptools',
69
67
                      'xlwt',
70
68
                      'z3c.form',