This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 7f7c4b441027ff64bddafe2a378e0d1a72f8b285 (commit)
from 738acb7b0231dab182b7f79525d00c7a613787a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=7f7c4b441027ff6…
commit 7f7c4b441027ff64bddafe2a378e0d1a72f8b285
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 12:12:01 2017 +0100
Use setuptools for packaging
According to
https://docs.python.org/3/library/distutils.html the
setuptools are used in place of distutils anyway. Using it directly
allows us to make packaging more flexible: specify dependencies,
automatically find package name etc.
Change-Id: I39ee53f352001e47c6df055cbec52d638480253d
-----------------------------------------------------------------------
Summary of changes:
osmopy/__init__.py | 2 +-
setup.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT