From 8b52a31ed2c299b759f330c4f976b9c70f5765f4 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 24 Jun 2015 14:03:29 +0300 Subject: first version --- .../python_lib/python-daemon-2.0.5/setup.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/automation/trex_control_plane/python_lib/python-daemon-2.0.5/setup.cfg (limited to 'scripts/automation/trex_control_plane/python_lib/python-daemon-2.0.5/setup.cfg') diff --git a/scripts/automation/trex_control_plane/python_lib/python-daemon-2.0.5/setup.cfg b/scripts/automation/trex_control_plane/python_lib/python-daemon-2.0.5/setup.cfg new file mode 100755 index 00000000..9d3d2c02 --- /dev/null +++ b/scripts/automation/trex_control_plane/python_lib/python-daemon-2.0.5/setup.cfg @@ -0,0 +1,11 @@ +[aliases] +distribute = register sdist bdist_wheel upload + +[bdist_wheel] +universal = true + +[egg_info] +tag_svn_revision = 0 +tag_date = 0 +tag_build = + -- cgit