qarbon.release
Release data for the qarbon project.
It contains the following members:
- version : (str) version string
- description : (str) brief description
- long_description : (str) a long description
- license : (str) license
- authors : (seq<seq<str,str,str>>) the list of authors
- url : (str) the project url
- download_url : (str) the project download url
- keywords : list<str> list of keywords
- classifiers : list<str> list of applicable classifiers
-
qarbon.release.name = 'qarbon'
Name of the package for release purposes. This is the name which labels
the tarballs and RPMs made by distutils, so it’s best to lowercase it.
-
qarbon.release.version_info = (0, 1, 0, 'dev', 0)
For versions with substrings (like 0.6.16.svn), use an extra . to separate
the new substring. We have to avoid using either dashes or underscores,
because bdist_rpm does not accept dashes (an RPM) convention, and
bdist_deb does not accept underscores (a Debian convention).
-
qarbon.release.revision = '0'
revision number
-
qarbon.release.description = 'python library of Qt widgets.'
package description
-
qarbon.release.long_description = 'Qarbon is a python library of Qt widgets.'
long description
-
qarbon.release.license = 'GNU Lesser General Public License v3 or later (LGPLv3+)'
license
-
qarbon.release.authors = [('Tiago', 'Tiago Coutinho', 'coutinho@esrf.fr')]
authors
-
qarbon.release.url = 'http://qarbon.rtfd.org/'
package URL
-
qarbon.release.download_url = 'http://pypi.python.org/pypi/qarbon/'
download URL
-
qarbon.release.keywords = ['Python', 'Qt']
keywords
-
qarbon.release.classifiers = ['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Operating System :: Microsoft :: Windows', 'Operating System :: Microsoft :: Windows :: Windows 95/98/2000', 'Operating System :: Microsoft :: Windows :: Windows XP', 'Operating System :: Microsoft :: Windows :: Windows 7', 'Operating System :: MacOS', 'Operating System :: POSIX', 'Operating System :: POSIX :: Linux', 'Operating System :: Unix', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries']
package classifiers
-
qarbon.release.requirements = []
external requirements