Add initial codes
[it/test.git] / ric_robot_suite / ric-python-utils / setup.cfg
diff --git a/ric_robot_suite/ric-python-utils/setup.cfg b/ric_robot_suite/ric-python-utils/setup.cfg
new file mode 100644 (file)
index 0000000..d645be7
--- /dev/null
@@ -0,0 +1,5 @@
+[bdist_wheel]
+# This flag says that the code is written to work on both Python 2 and Python
+# 3. If at all possible, it is good practice to do this. If you cannot, you
+# will need to generate wheels for each Python version that you support.
+universal=0