summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-05 20:42:07 +0100
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-05 20:43:01 +0100
commitff221cfa06cbdf9986db91ebfc6b22248bcd6fd7 (patch)
tree29bd67dec18e0b5b47d5e6551012f74049348c1a /utils
parent0030601dc552a3d308b7e5eebbe5bf39571db598 (diff)
downloadopenshift-ff221cfa06cbdf9986db91ebfc6b22248bcd6fd7.tar.gz
openshift-ff221cfa06cbdf9986db91ebfc6b22248bcd6fd7.tar.bz2
openshift-ff221cfa06cbdf9986db91ebfc6b22248bcd6fd7.tar.xz
openshift-ff221cfa06cbdf9986db91ebfc6b22248bcd6fd7.zip
a-o-i: remove dummy data_file
Diffstat (limited to 'utils')
-rw-r--r--utils/setup.py5
-rw-r--r--utils/src/data/data_file1
2 files changed, 0 insertions, 6 deletions
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 '<sys.prefix>/my_data'
- #data_files=[('my_data', ['data/data_file'])],
tests_require=['nose'],
test_suite='nose.collector',
diff --git a/utils/src/data/data_file b/utils/src/data/data_file
deleted file mode 100644
index 7c0646bfd..000000000
--- a/utils/src/data/data_file
+++ /dev/null
@@ -1 +0,0 @@
-some data \ No newline at end of file