Skip to content

Commit f9d9669

Browse files
vsochrnjudge
authored andcommitted
updating setup.cfg fields
the current setup.cfg has several fields with dashes (-) that will soon be deprecated. The warning message alerts to change these to underscores. Signed-off-by: vsoch <[email protected]>
1 parent 38d5c76 commit f9d9669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
[metadata]
88
name = tern
99
author = VMware Inc
10-
author-email = nishak@vmware.com
10+
author_email = nishak@vmware.com
1111
summary = An inspection tool to find the OSS compliance metadata of the packages installed in a container image.
12-
long-description = file: README.md
13-
long-description-content-type = text/markdown; charset=UTF-8
14-
home-page = https://github.com/tern-tools/tern/
12+
long_description = file: README.md
13+
long_description_content_type = text/markdown; charset=UTF-8
14+
home_page = https://github.com/tern-tools/tern/
1515
project_urls =
1616
Documentation = https://github.com/tern-tools/tern/tree/master/docs
1717
Source Code = https://github.com/tern-tools/tern

0 commit comments

Comments
 (0)