The pkginfo module#

Meta-information about the parce-qt package.

This information is used by the install script, and can be queried from other applications.

class Version(major, minor, patch)#

Bases: tuple

major#

Alias for field number 0

minor#

Alias for field number 1

patch#

Alias for field number 2

name = 'parceqt'#

name of the package

version = Version(major=0, minor=34, patch=0)#

the current version

version_string = '0.34.0'#

the current version as a string

description = 'The parceqt Python module'#

short description

long_description = 'Small module providing parce parsing and highlighting for Qt'#

long description

maintainer = 'Wilbert Berendsen'#

maintainer name

maintainer_email = 'info@wilbertberendsen.nl'#

maintainer email

url = 'https://github.com/wbsoft/parceqt'#

homepage

license = 'GPL'#

license

copyright_year = '2020-2023'#

copyright year