diff options
author | 2017-07-28 17:20:23 -0400 | |
---|---|---|
committer | 2017-07-28 17:23:43 -0400 | |
commit | a8dad8ef34999216b0e7622d8f8ffe506b03193e (patch) | |
tree | c73a294f2ac8047346c2b949b829272e7ce3f4de /setup.cfg | |
parent | 6b2fddc76c6da6af42f4606acea392b221b00c81 (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 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 493416b..0000000 --- a/setup.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[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 |