From ff221cfa06cbdf9986db91ebfc6b22248bcd6fd7 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 5 Nov 2016 20:42:07 +0100 Subject: a-o-i: remove dummy data_file --- utils/setup.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/setup.py') diff --git a/utils/setup.py b/utils/setup.py index 563897bb1..7909321c9 100644 --- a/utils/setup.py +++ b/utils/setup.py @@ -65,11 +65,6 @@ setup( 'ooinstall': ['ansible.cfg', 'ansible-quiet.cfg', 'ansible_plugins/*'], }, - # Although 'package_data' is the preferred approach, in some case you may - # need to place data files outside of your packages. See: - # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa - # In this case, 'data_file' will be installed into '/my_data' - #data_files=[('my_data', ['data/data_file'])], tests_require=['nose'], test_suite='nose.collector', -- cgit v1.2.1