File: setup_data.py

package info (click to toggle)
python-envisagecore 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 992 kB
  • sloc: python: 4,091; makefile: 76; sh: 5
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
INFO = {
    'name': 'EnvisageCore',
    'version': '3.2.0',
    'install_requires': [
        'AppTools >= 3.4.1.dev',
        'Traits >= 3.6.0.dev',
    ],
}