Daniel Wagner
a4c424c253
Add missing URLs and maintainer information to setup.py
...
With these changes it is possible to upload the package to PyPI live.
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2017-07-20 16:08:28 +02:00
Jan Kiszka
4f5cd3ca5b
README: Convert to structured text
...
This is a preferred format of Python READMEs and also properly rendered
by github.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2017-07-20 15:29:12 +02:00
Daniel Wagner
6bc7715f15
Release 0.10.0
...
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2017-07-10 12:27:26 +02:00
Claudius Heine
58b5014345
Add install_requires in setup.py
...
The necessary dependencies should also be defined in the setup.py file,
so that they are automatically installed by `pip`.
Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-23 08:36:48 +02:00
Claudius Heine
33a21c8d0d
run pylint3 and fixed report
...
This commit adds a pylint configuration and fixed all found issues.
Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-21 17:30:51 +02:00
Claudius Heine
4df59537ba
Make __version__ available in the whole module
...
This shortens the include from "from .__version__ import __version__"
to "from . import __version__" within the module.
Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-19 12:26:08 +02:00
Daniel Wagner
daf0abab5e
Initial public release
...
This is the first public release of kas.
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2017-06-14 15:21:19 +02:00