aboutsummaryrefslogtreecommitdiffstats
path: root/heatbridge/setup.cfg
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-07-28 17:20:23 -0400
committerDR695H <dr695h@att.com>2017-07-28 17:23:43 -0400
commita8dad8ef34999216b0e7622d8f8ffe506b03193e (patch)
treec73a294f2ac8047346c2b949b829272e7ce3f4de /heatbridge/setup.cfg
parent6b2fddc76c6da6af42f4606acea392b221b00c81 (diff)
adding maven based python build
[TEST-48] this changes the structure of the project to be maven based Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'heatbridge/setup.cfg')
-rw-r--r--heatbridge/setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/heatbridge/setup.cfg b/heatbridge/setup.cfg
new file mode 100644
index 0000000..493416b
--- /dev/null
+++ b/heatbridge/setup.cfg
@@ -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 \ No newline at end of file