Fix python package creation
[testsuite/python-testing-utils.git] / robotframework-onap / setup.cfg
index 2de608b..3be2149 100644 (file)
@@ -1,5 +1,7 @@
 [metadata]
 name = robotframework-onap
+author = Daniel Rose
+author_email = dr695h@att.com
 version = 0.6
 home-page = https://github.com/onap/testsuite-python-testing-utils
 classifier =
@@ -15,7 +17,9 @@ classifier =
     Programming Language :: Python :: 3.7
 
 [files]
-packages = vcpeutils,ONAPLibrary
+packages =
+    vcpeutils
+    ONAPLibrary
 
 [wheel]
 universal = 1