summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* python: install test utilities in new subpackageMichal Minar2013-12-171-1/+1
| | | | | | Added openlmi-python-test subpackage with contents taken from src/python/lmi/test. This allows for testing code charing among verious openlmi* git repositories.
* python: let's not hardcode version in setupsMichal Minar2013-10-241-1/+3
| | | | | | Let's write openlmi version to the main __init__ module of each python egg at build time. This version information is easily accessible from setup scripts.
* python: version bump of python providersMichal Minar2013-10-081-1/+1
| | | | Bumped version in setups to 0.3.0.
* python: added license to setup and corrected classifiersMichal Minar2013-09-101-3/+6
| | | | | | | | PyPi requires valid classifiers from: https://pypi.python.org/pypi?%3Aaction=list_classifiers They compared case-sensitively. added pywbem to requires
* bumped version to 0.2.00.2.0Michal Minar2013-08-281-1/+1
|
* renamed python eggsMichal Minar2013-08-231-1/+1
| | | | | | | changed 'lmi' to 'openlmi' of python eggs to make them look related to openlmi-storage and openlmi-tools eggs preparation for upload to PyPi
* Bump version to 0.1.1Radek Novacek2013-08-081-1/+1
|
* python: synced version of eggs with openlmi-providersMichal Minar2013-07-301-1/+1
|
* openlmi-python: split python packageMichal Minar2013-07-301-2/+2
| | | | | | | | | | | Split the openlmi-python package to 2: * openlmi-python-base - lmi namespace - functionality for any OpenLMI related python code - contains packages 'lmi' and 'lmi.base' * openlmi-python-providers - common functionality for OpenLMI providers - contains 'lmi.providers'
* renamed openlmi namespace to lmiMichal Minar2013-07-041-4/+4
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* new subpackage openlmi.common created for sharing codeMichal Minar2013-02-041-2/+2
| | | | | | | | openlmi.common subpackage allows to share code accros various OpenLMI provider packages. Currently there is a cmpi_logging.py module. Resolves: #71 in openlmi trac -- Make common package under openlmi namespace for utilities shared accross python providers.
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-081-0/+16
This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.