Changeset 328 for cleverbox/trunk/setup.py
- Timestamp:
- 02/29/08 17:57:52 (4 years ago)
- Files:
-
- 1 modified
-
cleverbox/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/trunk/setup.py
r260 r328 29 29 Environment :: Console 30 30 Intended Audience :: System Administrators 31 License :: OSI Approved :: GNU General Public License (GPL) 31 License :: OSI Approved :: GNU General Public License (GPL) v3 32 32 Natural Language :: English 33 Operating System :: POSIX :: Linux33 Operating System :: POSIX 34 34 Topic :: Software Development :: Bug Tracking 35 Topic :: Software Development :: Version Control :: Subversion 35 36 Topic :: System :: Systems Administration 36 37 Topic :: Utilities … … 60 61 61 62 # Dependencies 62 install_requires=['setuptools>=0.6b1', 'trac>=0.10. 3']63 install_requires=['setuptools>=0.6b1', 'trac>=0.10.4'] 63 64 )
