File: release.py

package info (click to toggle)
python-toscawidgets 0.9.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,080 kB
  • sloc: python: 3,906; makefile: 18; sh: 13
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from datetime import date
__all__ = [
    '__VERSION__',
    '__COPYRIGHT__',
    '__AUTHOR__',
    '__LICENSE__',
    '__PACKAGE_NAME__',
    ]

__PACKAGE_NAME__ = "tw.forms"
__VERSION__ = "0.9.7.2"
__AUTHOR__ = "Alberto Valverde Gonzalez"
__EMAIL__ = "alberto@toscat.net"
__COPYRIGHT__ = "2006-%d Alberto Valverde Gonzalez and contributors" % date.today().year
__LICENSE__ = "MIT"