Repackaged pythonic way
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 31 Oct 2012 14:19:50 +0000 (16:19 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 1 Nov 2012 07:18:44 +0000 (09:18 +0200)
commit9b65f83d36d25f5377ec5823ee3a2e1d66635be0
tree553146ed6a311ab5e7dd0234ac804a5baac22544
parent8d06202f6f8a1c7129b2670da8bf2f8974ea764b
Repackaged pythonic way

As this package has been splitted to script and API it makes sense to
utilize proper Python packaging( so called Python Egg) using setuptools
functionality. This change does exactly that. All building and installation
is done using setup.py.

Debian and RPM packaging has been updated accordingly.

Artem: tweak package description and my e-mail address.

Change-Id: I46a6ad4e9c5b869190e4a001dc6fa274cae2ca7e
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
debian/control
packaging/bmap-tools.dsc
packaging/bmap-tools.spec
setup.py [new file with mode: 0644]